Package Bio :: Package builders :: Package Search :: Module search :: Class BuildSearch
[hide private]
[frames] | no frames]

Class BuildSearch

source code

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

Instance Methods [hide private]
 
__init__(self) source code
 
start_(self, name, attrs) source code
 
end_(self, name) source code
 
start_hit(self, name, attrs) source code
 
end_hit(self, name) source code
 
add_hsp(self, hsp_values, hsp_handler, strands, frames) source code
 
add_table(self, table) source code
 
add_header(self, info) source code
 
add_stats(self, parameters, statistics) source code
 
end_hit_description(self, tag) source code
 
end_hit_description_block(self, tag) source code
 
end_hit_length(self, tag) source code
 
start_hit_description(self, tag, attrs) source code
 
start_hit_description_block(self, tag, attrs) source code
 
start_hit_length(self, tag, attrs) 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)
(Constructor)

source code 
Overrides: Martel.Dispatch.DispatchHandler.__init__