Bio :: EUtils :: POM :: ObjectParserHandler :: Class ObjectParserHandler
[hide private]
[frames] | no frames]

Class ObjectParserHandler

source code

Instance Methods [hide private]
 
__init__(self, callback, module=None) source code
 
add_module(self, module) source code
 
_get_class(self, name) source code
 
startDocument(self) source code
 
endDocument(self) source code
 
startElement(self, name, atts)
Handle an event for the beginning of an element.
source code
 
endElement(self, name)
Handle an event for the end of an element.
source code
 
characters(self, text) source code
 
ignorableWhitespace(self, ch, start, length) source code
 
processingInstruction(self, target, data)
Handle a processing instruction event.
source code
 
setDocumentLocator(self, locator)
Receive an object for locating the origin of SAX document events.
source code