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

Class Handle_feature_location

source code

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

Instance Methods [hide private]
 
__init__(self, callback, settings={}) source code
 
start_feature(self, tag, attrs) source code
 
end_feature(self, tag) source code
 
start_feature_location(self, tag, attrs) source code
 
end_feature_location(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, settings={})
(Constructor)

source code 
Overrides: Martel.Dispatch.DispatchHandler.__init__