Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Handle XML text data. Ignore the data outside the root element and directly under the root, pass all other text to the tree builder, so it will be included in the stanzas. |
Handle the start tag. Call the handler's 'stream_start' methods with an empty root element if it is top level. For lower level tags use ElementTree.TreeBuilder to collect them. |
Handle an end tag. Call the handler's 'stream_end' method with an the root element (built by the start method). On the first level below root, sent the built element tree to the handler via the 'stanza methods'. Any tag below will be just added to the tree builder. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 10 09:22:52 2011 | http://epydoc.sourceforge.net |