Home | Trees | Index | Help |
|
---|
|
StreamBase
Method Summary | |
---|---|
__init__(self)
| |
Called when an error is encountered in the stream. | |
Called when the end tag of a direct child of the root element is encountered in the stream. | |
Called when the end tag of root element is encountered in the stream. | |
Called when the start tag of root element is encountered in the stream. |
Method Details |
---|
error(self, descr)Called when an error is encountered in the stream.
|
stanza(self, _unused, node)Called when the end tag of a direct child of the root element is encountered in the stream. Please note, that node will be removed from the document and freed after this method returns. If it is needed after that a copy must be made before the method returns.
|
stream_end(self, doc)Called when the end tag of root element is encountered in the stream.
|
stream_start(self, doc)Called when the start tag of root element is encountered in the stream.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:38 2005 | http://epydoc.sf.net |