Inherits HTMLParser::HTMLParser.
List of all members.
Constructor & Destructor Documentation
| def __init__ |
( |
|
self, |
|
|
|
str, |
|
|
|
a, |
|
|
|
kw |
|
) |
| |
Member Function Documentation
| def handle_comment |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def handle_data |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def handle_endtag |
( |
|
self, |
|
|
|
tag |
|
) |
| |
| def handle_starttag |
( |
|
self, |
|
|
|
tag, |
|
|
|
attrs |
|
) |
| |