Home | Trees | Indices | Help |
---|
|
object --+ | Python2_7ElementTree
This facility is built in to Python 2.7's ElementTree as element.iter(). Also built in with Python 2.7 is findall(tagName). We need to use 2.6 for now, so we recreate the facilities
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Pass in an element tree of the old kind.
|
Return next subelement in xml tree.
|
Indicate that the iterator is no longer needed. Only after calling this method can a new iterator be obtained via iter(). |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 26 18:08:31 2012 | http://epydoc.sourceforge.net |