|
def | __init__ (self, out) |
|
def | handle_comment (self, comment) |
|
def | unknown_starttag (self, tag, attr) |
|
def | handle_data (self, data) |
|
def | handle_entityref (self, ref) |
|
def | handle_charref (self, ref) |
|
def | unknown_endtag (self, tag) |
|
def | handle_special (self, data) |
|
def | write (self, buf) |
|
def | parse_declaration (self, i) |
|
Parse HTML and pass through all constructs unchanged. It is intended for
derived classes to implement exceptional processing for selected cases.
The documentation for this class was generated from the following file: