Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module POM :: Class ObjectParserHandler |
|
Method Summary | |
---|---|
__init__(self,
callback,
module)
| |
add_module(self,
module)
| |
characters(self,
text)
| |
endDocument(self)
| |
Handle an event for the end of an element. | |
ignorableWhitespace(self,
ch,
start,
length)
| |
Handle a processing instruction event. | |
Receive an object for locating the origin of SAX document events. | |
startDocument(self)
| |
Handle an event for the beginning of an element. |
Method Details |
---|
endElement(self, name)Handle an event for the end of an element. |
processingInstruction(self, target, data)Handle a processing instruction event. |
setDocumentLocator(self, locator)Receive an object for locating the origin of SAX document events. |
startElement(self, name, atts)Handle an event for the beginning of an element. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Mar 31 20:15:50 2005 | http://epydoc.sf.net |