A SAX handler class that maintains a stack of enclosing elements and
manages namespace declarations.
|
location(self)
Return the current location within the SAX-processed document. |
source code
|
|
|
fallbackNamespace(self)
Return the namespace used to resolve unqualified names with no
default namespace. |
source code
|
|
|
|
|
|
|
rootObject(self)
Return the binding object corresponding to the top-most element in
the document |
source code
|
|
|
reset(self)
Reset the state of the handler in preparation for processing a new
document. |
source code
|
|
|
__init__(self,
**kw)
Create a new xml.sax.handler.ContentHandler instance to
maintain state relevant to elements. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from xml.sax.handler.ContentHandler :
endDocument ,
endElement ,
endPrefixMapping ,
skippedEntity ,
startElement
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
__locationTemplate = None
hash(x)
|
|
__elementStateConstructor = None
hash(x)
|
|
__fallbackNamespace = None
hash(x)
|
|
__nextNamespaceContext = None
hash(x)
|
|
__namespaceContext = None
hash(x)
|
|
__includingContext = None
hash(x)
|
|
__locator = None
hash(x)
|
|
__elementState = None
hash(x)
|
|
__elementStateStack = [ ]
|
|
__rootObject = None
hash(x)
|
|
__pendingText = None
hash(x)
|
|
__pendingTextLocation = None
hash(x)
|