| Home | Trees | Index | Help |
|---|
ContentHandler--+ |xmlHandler--+ | xmlReportHandler
| Method Summary | |
|---|---|
__init__(self)
| |
| Inherited from xmlHandler | |
| |
Called by the internal SAX parser whenever text (not part of a tag) is encountered. | |
| |
| |
| |
Called by the internal SAX parser whenever an ending XML tag/element is encountered. | |
| |
Perform a final validation of the tags. | |
Return the root node of the object tree | |
Return sequence of comment tags given before the root node | |
Update some statistics about the elements in use. | |
| |
| |
Signals the start of an element in namespace mode. | |
| |
| Class Variable Summary | |
|---|---|
| Inherited from xmlHandler | |
NoneType |
default_namespace: The default namespace (which would be dropped), i.e. |
bool |
ignore_unknown_namespaces: If set to True, any elements that have an unknown namespace will be
dropped. |
dict |
xmlElements = {}
|
NoneType |
xmlMasqueradeNamespaceElements = None |
bool |
xmlNamespaceAttributesAsPrefixes = False
|
| Method Details |
|---|
__init__(self)
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 19 23:03:51 2008 | http://epydoc.sf.net |