| Trees | Indices | Help |
|
|---|
|
|
xml.sax.handler.ContentHandler --+
|
xml.sax.saxutils.XMLGenerator --+
|
_BlastXmlGenerator
Event-based XML Generator.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Starts the XML document.
|
Starts an XML element. Arguments: name -- String of element name. attrs -- Dictionary of element attributes. children -- Boolean, whether the element has children or not.
|
Ends and XML element of the given name.
|
Starts an XML element which has children. Arguments: name -- String of element name. attrs -- Dictionary of element attributes. |
Receive notification of character data. The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity so that the Locator provides useful information.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 5 18:02:51 2013 | http://epydoc.sourceforge.net |