Parses Ndb sequence data into a Record object.
data available at: http://ndbserver.rutgers.edu/NDB/NDBATLAS/index.html
Methods
|
|
|
|
_flush_text
|
_flush_text ( self )
|
|
_parse_chain
|
_parse_chain ( self )
|
|
do_br
|
do_br ( self, attrs )
|
|
end_h1
|
end_h1 ( self )
|
|
end_h2
|
end_h2 ( self )
|
|
end_i
|
end_i ( self )
|
|
end_li
|
end_li ( self )
|
|
end_sub
|
end_sub ( self )
|
|
end_ul
|
end_ul ( self )
|
|
feed
|
feed ( self, handle )
feed(self, handle )
Feed in ndb data for scanning. handle is a file-like object
containing ndb data. consumer is a Consumer object that will
receive events as the ndb data is scanned.
|
|
handle_data
|
handle_data ( self, newtext )
|
|
parse
|
parse ( self, handle )
|
|
reset
|
reset ( self )
|
|
start_h1
|
start_h1 ( self, attrs )
|
|
start_h2
|
start_h2 ( self, attrs )
|
|
start_i
|
start_i ( self, attrs )
|
|
start_li
|
start_li ( self, attrs )
|
|
start_sub
|
start_sub ( self, attrs )
|
|
start_ul
|
start_ul ( self, attrs )
|
|