Home | Trees | Index | Help |
|
---|
Package Pyblosxom :: Module tools :: Class Stripper |
|
ParserBase
--+ |SGMLParser
--+ | Stripper
Strips HTML
AnSGMLParser
subclass to strip away HTMLs
Method Summary | |
---|---|
__init__(self)
| |
gettext(self)
| |
handle_data(self,
data)
| |
unknown_endtag(self,
tag)
| |
unknown_starttag(self,
tag,
attrs)
| |
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 = '='
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 | http://epydoc.sf.net |