| 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': ...
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Aug 14 08:26:42 2006 | http://epydoc.sf.net |