Trees | Index | Help |
---|
Package Bio :: Package Blast :: Module NCBIWWW :: Class _FormParser |
|
ParserBase
--+ |SGMLParser
--+ | _FormParser
Parse a form in an HTML page. Members: forms List of forms in the page. Each form is a tuple of (action, params) where action is a string to the CGI script and params is a dict of keys and values to pass to the script.
Method Summary | |
---|---|
__init__(self)
| |
_attr2dict(self,
attributes)
| |
do_input(self,
attributes)
| |
end_form(self)
| |
start_form(self,
attributes)
| |
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 Aug 10 20:05:54 2006 | http://epydoc.sf.net |