| Trees | Indices | Help |
|
|---|
|
|
A class for specifying a path through an XML tree to a particular node. Basically, this is a way of referring to a particular element that will survive serialization of the XML tree.
| Instance Methods | |||
|
|||
elTree.Element
|
|
||
tuple(
|
|
||
|
Inherited from |
|||
| Static Methods | |||
elTree.Element
|
|
||
| Properties | |
|
Inherited from |
| Method Details |
Create an instance of the loc_finder class and initialize it from a portion of an XML tree.
Notes:
|
Search upwards (towards the document root) to find the first tag of the specified type.
|
Describe the path through an XML file to a specific element.
|
If you have an element in an elementTree and a path obtained from loc_finder
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 04:25:11 2011 | http://epydoc.sourceforge.net |