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

Class ObjectParserHandler


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.

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.

Generated by Epydoc 2.1 on Wed Jan 31 09:59:39 2007 http://epydoc.sf.net