| Trees | Index | Help |
|---|
| Package OFS :: Module ZDOM :: Class ElementWithAttributes |
|
Node--+ |Element--+ | ElementWithAttributes
PropertyManagerElements that allow DOM access to Zope properties of type 'string'.
Note: This sub-class should only be used by PropertyManagers| Method Summary | |
|---|---|
Retrieves an attribute value by name. | |
Retrieves an Attr node by name or None if there is no such attribute. | |
Returns a NamedNodeMap containing the attributes of this node (if it is an element) or None otherwise. | |
| Inherited from Element | |
Returns a NodeList that contains all children of this node. | |
Returns a NodeList of all the Elements with a given tag name in the order in which they would be encountered in a preorder traversal of the Document tree. | |
The first child of this node. | |
The last child of this node. | |
The node immediately preceding this node. | |
The name of this node, depending on its type | |
A code representing the type of the node. | |
The parent of this node. | |
The node immediately preceding this node. | |
The name of the element | |
| Inherited from Node | |
The value of this node, depending on its type | |
The Document object associated with this node. | |
Returns true if the node has any children, false if it doesn't. | |
| Class Variable Summary | |
|---|---|
Implements |
__implemented__ = <implementedBy OFS.ZDOM.ElementWithAtt...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Inherited from Element | |
tuple |
__ac_permissions__ = (('Access contents information', ('...
|
| Inherited from Node | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
| Method Details |
|---|
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.
|
| Class Variable Details |
|---|
__implemented__
|
__provides__
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jun 27 12:46:20 2005 | http://epydoc.sf.net |