Trees | Index | Help |
---|
Package Bio :: Package InterPro :: Class InterProParser |
|
ParserBase
--+ |SGMLParser
--+ | InterProParser
Method Summary | |
---|---|
do_br(self,
attrs)
| |
end_a(self)
| |
end_h2(self)
| |
end_i(self)
| |
end_li(self)
| |
end_ol(self)
| |
end_td(self)
| |
end_ul(self)
| |
feed(self, handle ) | |
handle_data(self,
newtext)
| |
handle_starttag(self,
tag,
method,
attrs)
| |
parse(self,
handle)
| |
Reset this instance. | |
start_a(self,
attrs)
| |
start_h2(self,
attrs)
| |
start_i(self,
attrs)
| |
start_li(self,
attrs)
| |
start_ol(self,
attrs)
| |
start_table(self,
attrs)
| |
start_td(self,
attrs)
| |
start_ul(self,
attrs)
| |
_flush_text(self)
| |
Inherited from SGMLParser | |
Initialize and reset this instance. | |
Handle the remaining data. | |
Convert character reference, may be overridden. | |
| |
Convert entity references. | |
| |
| |
| |
| |
| |
| |
Handle character reference, no need to override. | |
| |
| |
| |
Handle entity references, no need to override. | |
| |
| |
| |
| |
| |
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 | |
SRE_Pattern |
entity_or_charref = &(?:([a-zA-Z][-\.a-zA-Z0-9]*)|#([0-9...
|
dict |
entitydefs = {'amp': '&', 'lt': '<', 'gt': '>', 'apos': ...
|
str |
_decl_otherchars = '='
|
Method Details |
---|
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.
|
reset(self)Reset this instance. Loses all unprocessed data.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jan 31 09:58:02 2007 | http://epydoc.sf.net |