Method Summary |
|
__init__(self)
|
|
add_header(self,
info)
|
|
add_hsp(self,
hsp_values,
hsp_handler,
strands,
frames)
|
|
add_stats(self,
parameters,
statistics)
|
|
add_table(self,
table)
|
|
end_(self,
name)
|
|
end_hit(self,
name)
|
|
end_hit_description(self,
tag)
|
|
end_hit_description_block(self,
tag)
|
|
end_hit_length(self,
tag)
|
|
start_(self,
name,
attrs)
|
|
start_hit(self,
name,
attrs)
|
|
start_hit_description(self,
tag,
attrs)
|
|
start_hit_description_block(self,
tag,
attrs)
|
|
start_hit_length(self,
tag,
attrs)
|
Inherited from Dispatcher |
|
acquire (self,
obj,
prefix)
|
|
characters (self,
s)
|
|
endDocument (self)
Receive notification of the end of a document. |
|
endElement (self,
tag)
|
|
get_characters (self)
|
|
save_characters (self)
|
|
startDocument (self)
Receive notification of the beginning of a document. |
|
startElement (self,
tag,
attrs)
|
|
uses_tags (self)
|
Inherited from DispatchHandler |
|
get_supported_features (self)
|
|
setCharacterSaver (self,
saver)
|