Parses InterPro sequence data into a Record object.
Methods
|
|
|
|
_flush_text
|
_flush_text ( self )
|
|
do_br
|
do_br ( self, attrs )
|
|
end_a
|
end_a ( self )
|
|
end_h2
|
end_h2 ( self )
|
|
end_i
|
end_i ( self )
|
|
end_li
|
end_li ( self )
|
|
end_ol
|
end_ol ( self )
|
|
end_td
|
end_td ( self )
|
|
end_ul
|
end_ul ( self )
|
|
feed
|
feed ( self, handle )
feed(self, handle )
Feed in interpro data for scanning. handle is a file-like object
containing interpro data. consumer is a Consumer object that will
receive events as the ndb data is scanned.
|
|
handle_data
|
handle_data ( self, newtext )
|
|
handle_starttag
|
handle_starttag (
self,
tag,
method,
attrs,
)
|
|
parse
|
parse ( self, handle )
|
|
reset
|
reset ( self )
|
|
start_a
|
start_a ( self, attrs )
|
|
start_h2
|
start_h2 ( self, attrs )
|
|
start_i
|
start_i ( self, attrs )
|
|
start_li
|
start_li ( self, attrs )
|
|
start_ol
|
start_ol ( self, attrs )
|
|
start_table
|
start_table ( self, attrs )
|
|
start_td
|
start_td ( self, attrs )
|
|
start_ul
|
start_ul ( self, attrs )
|
|