Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | Element
a sentinel for XML elements.
These are constructed with lists of the type [tag,...]; the opening (or empty) tag is always item 0.
Instance Methods | |||
new empty list |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
append object to end
|
returns the Attribute element with name within self. If no such attribute exists, a KeyError is raised. |
returns the first element called name somewhere within the xml grammar-parsed parseResult This is a depth-first search, and it will return None if there is no such element. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |