Methods
|
|
__init__
add_feature_qualifier
add_location
end_feature
end_feature_block
end_feature_description
start_feature
start_feature_block
start_feature_description
|
|
__init__
|
__init__ ( self, callback )
|
|
add_feature_qualifier
|
add_feature_qualifier ( self, fq )
|
|
add_location
|
add_location (
self,
style,
location_info,
)
|
|
end_feature
|
end_feature ( self, tag )
|
|
end_feature_block
|
end_feature_block ( self, tag )
|
|
end_feature_description
|
end_feature_description ( self, tag )
|
|
start_feature
|
start_feature (
self,
tag,
attrs,
)
|
|
start_feature_block
|
start_feature_block (
self,
tag,
attrs,
)
|
|
start_feature_description
|
start_feature_description (
self,
tag,
attrs,
)
|
|