Package Bio :: Module StdHandler :: Class ConvertDispatchHandler
[hide private]
[frames] | no frames]

Class ConvertDispatchHandler

source code

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

Used to read records and produce output through a Dispatcher

Instance Methods [hide private]
 
__init__(self, record_builder, writer, record_tag='record') source code
 
write_record(self, tag) source code

Inherited from Martel.Dispatch.Dispatcher: acquire, characters, endDocument, endElement, get_characters, save_characters, startDocument, 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, record_builder, writer, record_tag='record')
(Constructor)

source code 
Overrides: Martel.Dispatch.DispatchHandler.__init__