| Home | Trees | Index | Help |
|---|
ContentHandler--+ |xmlHandler--+ | xmlSchemaHandler
| 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. | |
| |
| Inherited from ContentHandler | |
Receive notification of the end of a document. | |
Signals the end of an element in non-namespace mode. | |
End the scope of a prefix-URI mapping. | |
Receive notification of ignorable whitespace in element content. | |
Receive notification of a processing instruction. | |
Called by the parser to give the application a locator for locating the origin of document events. | |
Receive notification of a skipped entity. | |
Receive notification of the beginning of a document. | |
Signals the start of an element in non-namespace mode. | |
Begin the scope of a prefix-URI Namespace mapping. | |
| 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 Thu Nov 20 23:01:31 2008 | http://epydoc.sf.net |