| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Element --+
|
Document
|
|||
|
|||
|
__init__(self) Maps an XML element to a Python object. |
||
| get_root(self) | ||
| __repr__(self) | ||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
xml_root Retrieve the top level element |
||
|
Inherited from |
|||
|
|||
Maps an XML element to a Python object. Keyword arguments: name -- Name of the XML element content -- Content of the element attributes -- dictionary of the form {local_name: value} prefix -- XML prefix of the element namespace -- XML namespace attached to that element parent -- Parent element of this element. If 'parent' is not None, 'self' will be added to the parent.xml_children If 'Element.as_list' is set and if (name, namespace) belongs to it then we will add a list to parent with the name of the element If 'Element.as_attribute' is set and if (name, namespace) belongs to it then we will add an attribute to parent with the name of the element
|
|
|
|
|||
xml_rootRetrieve the top level element
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 8 22:48:56 2006 | http://epydoc.sourceforge.net |