| Trees | Index | Help |
|---|
| Package Bio :: Module StdHandler :: Class ConvertHandler |
|
ContentHandler --+
|
ConvertHandler
| Method Summary | |
|---|---|
__init__(self,
record_builder,
writer,
record_tag)
| |
endElement(self,
tag)
| |
ignore_characters(self,
s)
| |
Receive notification of the beginning of a document. | |
startElement(self,
tag,
attrs)
| |
| Method Details |
|---|
startDocument(self)Receive notification of the beginning of a document. The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Aug 10 20:01:07 2006 | http://epydoc.sf.net |