Table of Contents
Elements that allow DOM access to Zope title property.
title
Note: Don't use this sub-class for PropertyManagers
getAttribute ( self, name )
Retrieves an attribute value by name.
getAttributeNode ( self, name )
Retrieves an Attr node by name or None if there is no such attribute.
getAttributes ( self )
Returns a NamedNodeMap containing the attributes of this node (if it is an element) or None otherwise.