| Home | Trees | Indices | Help |
|---|
|
|
markupbase.ParserBase --+
|
sgmllib.SGMLParser --+
|
_BaseHTMLProcessor
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
elements_no_end_tag =
|
|||
|
Inherited from Inherited from |
|||
|
|||
Initialize and reset this instance.
|
Reset this instance. Loses all unprocessed data.
|
Feed some data to the parser.
Call this as often as you want, with as little or as much text
as you want (may include '
'). (This just saves the text,
all the processing is done by goahead().)
|
|
|
Handle character reference, no need to override.
|
Handle entity references. There should be no need to override this method; it can be tailored by setting up the self.entitydefs mapping appropriately.
|
|
|
|
|
match(string[, pos[, endpos]]) --> match object or None. Matches zero or more characters at the beginning of the string |
|
|
|||
elements_no_end_tag
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0 on Fri Sep 26 22:09:18 2008 | http://epydoc.sourceforge.net |