Table of Contents
Elements that allow DOM access to Zope properties of type string.
string
Note: This sub-class should only be used by 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.