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

Class Handle_features

source code

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

Instance Methods [hide private]
 
__init__(self, callback) source code
 
start_feature_block(self, tag, attrs) source code
 
end_feature_block(self, tag) source code
 
start_feature(self, tag, attrs) source code
 
start_feature_description(self, tag, attrs) source code
 
end_feature_description(self, tag) source code
 
end_feature(self, tag) source code
 
add_feature_qualifier(self, name, description) source code
 
add_location(self, style, location_info) source code
 
end_feature_name(self, tag) source code
 
start_feature_name(self, tag, attrs) 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__