Trees | Index | Help |
---|
Package Bio :: Module File :: Class MyParser |
|
ParserBase
--+ |SGMLParser
--+ | MyParser
Method Summary | |
---|---|
__init__(self)
| |
handle_data(self,
data)
| |
Inherited from SGMLParser | |
Handle the remaining data. | |
| |
Feed some data to the parser. | |
| |
| |
| |
| |
| |
Handle character reference, no need to override. | |
| |
| |
| |
Handle entity references. | |
| |
| |
| |
| |
| |
| |
Reset this instance. | |
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': ...
|
str |
_decl_otherchars = '='
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Mar 31 20:15:38 2005 | http://epydoc.sf.net |