Package Bio :: Package Saf :: Class _RecordConsumer
[hide private]
[frames] | no frames]

Class _RecordConsumer

source code

 xml.sax.handler.ContentHandler --+    
                                  |    
Martel.Dispatch.DispatchHandler --+    
                                  |    
         Martel.Dispatch.Dispatcher --+
                                      |
                                     _RecordConsumer

Create a Saf Record object from scanner generated information.

Instance Methods [hide private]
 
__init__(self) source code
 
_refresh(self) source code
 
set_interest_tags(self, interest_tags) source code
 
startDocument(self)
Receive notification of the beginning of a document.
source code
 
start_candidate_line(self, name, attrs) source code
 
end_candidate_line(self, candidate_lines) source code
 
start_saf_record(self, sequence, attrs) source code
 
end_saf_record(self, saf_record) source code

Inherited from Martel.Dispatch.Dispatcher: acquire, characters, endDocument, endElement, get_characters, save_characters, startElement, uses_tags

Inherited from xml.sax.handler.ContentHandler: endElementNS, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElementNS, startPrefixMapping

Inherited from Martel.Dispatch.DispatchHandler: get_supported_features, setCharacterSaver

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: Martel.Dispatch.DispatchHandler.__init__

startDocument(self)

source code 

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).

Overrides: xml.sax.handler.ContentHandler.startDocument
(inherited documentation)