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

Class Handle_hsp

source code

Martel.Dispatch.DispatchHandler --+    
                                  |    
           Martel.Dispatch.Callback --+
                                      |
                                     Handle_hsp

Instance Methods [hide private]
 
__init__(self, callback) source code
 
start_hsp(self, tag, attrs) source code
 
end_hsp(self, tag) source code
 
start_hsp_strand(self, tag, attrs) source code
 
start_hsp_frame(self, tag, attrs) source code
 
end_hsp_frame(self, tag) source code
 
add_hsp_seqs(self, hsp_info) source code
 
start_hsp_value(self, tag, attrs) source code
 
end_hsp_value(self, tag) source code

Inherited from Martel.Dispatch.DispatchHandler: acquire, get_characters, get_supported_features, save_characters, setCharacterSaver

Method Details [hide private]

__init__(self, callback)
(Constructor)

source code 
Overrides: Martel.Dispatch.DispatchHandler.__init__