| Method Summary |
| |
__init__(self,
callback,
module)
|
| |
add_module(self,
module)
|
| |
characters(self,
text)
|
| |
endDocument(self)
|
| |
endElement(self,
name)
Handle an event for the end of an element. |
| |
ignorableWhitespace(self,
ch,
start,
length)
|
| |
processingInstruction(self,
target,
data)
Handle a processing instruction event. |
| |
setDocumentLocator(self,
locator)
Receive an object for locating the origin of SAX document events. |
| |
startDocument(self)
|
| |
startElement(self,
name,
atts)
Handle an event for the beginning of an element. |