Trees | Index | Help |
---|
Package Bio :: Package Ndb :: Class NdbParser |
|
ParserBase
--+ |SGMLParser
--+ | NdbParser
Method Summary | |
---|---|
do_br(self,
attrs)
| |
end_h1(self)
| |
end_h2(self)
| |
end_i(self)
| |
end_li(self)
| |
end_sub(self)
| |
end_ul(self)
| |
feed(self, handle ) | |
handle_data(self,
newtext)
| |
parse(self,
handle)
| |
Reset this instance. | |
start_h1(self,
attrs)
| |
start_h2(self,
attrs)
| |
start_i(self,
attrs)
| |
start_li(self,
attrs)
| |
start_sub(self,
attrs)
| |
start_ul(self,
attrs)
| |
Inherited from SGMLParser | |
Initialize and reset this instance. | |
Handle the remaining data. | |
| |
| |
| |
| |
| |
| |
Handle character reference, no need to override. | |
| |
| |
| |
Handle entity references. | |
| |
| |
| |
| |
| |
| |
Enter literal mode (CDATA). | |
Enter literal mode (CDATA) till EOF. | |
| |
| |
| |
| |
Inherited from ParserBase | |
Return current line number and offset. | |
| |
| |
| |
| |
|
Class Variable Summary | |
---|---|
Inherited from SGMLParser | |
dict |
entitydefs = {'amp': '&', 'lt': '<', 'gt': '>', 'apos': ...
|
Method Details |
---|
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.
|
reset(self)Reset this instance. Loses all unprocessed data.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Jul 16 15:49:02 2005 | http://epydoc.sf.net |