|
def | __init__ (self, encoding) |
|
def | reset (self) |
|
def | feed (self, data) |
|
def | normalize_attrs (self, attrs) |
|
def | unknown_starttag (self, tag, attrs) |
|
def | unknown_endtag (self, tag) |
|
def | handle_charref (self, ref) |
|
def | handle_entityref (self, ref) |
|
def | handle_data (self, text) |
|
def | handle_comment (self, text) |
|
def | handle_pi (self, text) |
|
def | handle_decl (self, text) |
|
def | output (self) |
|
◆ __init__()
def planet.sanitize._BaseHTMLProcessor.__init__ |
( |
|
self, |
|
|
|
encoding |
|
) |
| |
◆ feed()
def planet.sanitize._BaseHTMLProcessor.feed |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ handle_charref()
def planet.sanitize._BaseHTMLProcessor.handle_charref |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ handle_comment()
def planet.sanitize._BaseHTMLProcessor.handle_comment |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ handle_data()
def planet.sanitize._BaseHTMLProcessor.handle_data |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ handle_decl()
def planet.sanitize._BaseHTMLProcessor.handle_decl |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ handle_entityref()
def planet.sanitize._BaseHTMLProcessor.handle_entityref |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ handle_pi()
def planet.sanitize._BaseHTMLProcessor.handle_pi |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ normalize_attrs()
def planet.sanitize._BaseHTMLProcessor.normalize_attrs |
( |
|
self, |
|
|
|
attrs |
|
) |
| |
◆ output()
def planet.sanitize._BaseHTMLProcessor.output |
( |
|
self | ) |
|
Return processed HTML as a single string
◆ reset()
def planet.sanitize._BaseHTMLProcessor.reset |
( |
|
self | ) |
|
◆ unknown_endtag()
def planet.sanitize._BaseHTMLProcessor.unknown_endtag |
( |
|
self, |
|
|
|
tag |
|
) |
| |
◆ unknown_starttag()
def planet.sanitize._BaseHTMLProcessor.unknown_starttag |
( |
|
self, |
|
|
|
tag, |
|
|
|
attrs |
|
) |
| |
◆ elements_no_end_tag
planet.sanitize._BaseHTMLProcessor.elements_no_end_tag |
|
static |
◆ encoding
planet.sanitize._BaseHTMLProcessor.encoding |
◆ pieces
planet.sanitize._BaseHTMLProcessor.pieces |
The documentation for this class was generated from the following file: