| Trees | Index | Help |
|---|
| Package Bio :: Package Mindy :: Module SimpleSeqRecord :: Class FixDocumentBuilder |
|
ContentHandler--+ |DispatchHandler--+ |Dispatcher--+ |BuildSeqRecord--+ | FixDocumentBuilder
A SAX builder-style class to make a parsed SeqRecord available.
This class does a lot of trickery to make things fit in the SAX framework and still have the flexibility to use a built SeqRecord object.
You shouldn't really need to use this class unless you are doing something really fancy-pants; otherwise, just use the BaseSeqRecordIndexer interfaces.| Method Summary | |
|---|---|
Intialize with a callback function to gets id info from a SeqRecord. | |
Overrride the builder function to muck with the document attribute. | |
| Inherited from BuildSeqRecord | |
| |
Store all id cross references. | |
Handle setting name and id attributes from the dbxref ids. | |
| |
| |
| |
| |
| Inherited from Dispatcher | |
| |
| |
Receive notification of the end of a document. | |
| |
| |
| |
Receive notification of the beginning of a document. | |
| |
| |
| Inherited from ContentHandler | |
Signals the end of an element in namespace mode. | |
End the scope of a prefix-URI mapping. | |
Receive notification of ignorable whitespace in element content. | |
Receive notification of a processing instruction. | |
Called by the parser to give the application a locator for locating the origin of document events. | |
Receive notification of a skipped entity. | |
Signals the start of an element in namespace mode. | |
Begin the scope of a prefix-URI Namespace mapping. | |
| Inherited from DispatchHandler | |
| |
| |
| Method Details |
|---|
__init__(self,
get_ids_callback)
|
end_record(self, tag)Overrride the builder function to muck with the document attribute. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:02 2007 | http://epydoc.sf.net |