Home | Trees | Indices | Help |
|
---|
|
xml.sax.handler.ContentHandler --+ | object --+ | BaseSAXHandler
A SAX handler class that maintains a stack of enclosing elements and manages namespace declarations.
This is the base for pyxb.utils.saxdom._DOMSAXHandler and pyxb.binding.saxer.PyXBSAXHandler.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Return the namespace context used for QName resolution within the current element.
|
Return the binding object corresponding to the top-most element in the document
|
Reset the state of the handler in preparation for processing a new document.
|
Create a new
|
Save the locator object.
|
Process the start of a document. This resets this handler for a new document.
Note: setDocumentLocator is invoked before startDocument |
Implement base class method.
Note:
For this to be invoked, the |
Process the start of an element.
|
Process the completion of an element.
|
Save the text as content
|
Save whitespace as content too.
|
Receive notification of a processing instruction. The Parser will invoke this method once for each processing instruction found: note that processing instructions may occur before or after the main document element. A SAX parser should never report an XML declaration (XML 1.0, section 2.8) or a text declaration (XML 1.0, section 4.3.1) using this method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Nov 1 15:13:23 2012 | http://epydoc.sourceforge.net |