|
def | reset (self) |
|
def | feed (self, data) |
|
def | unknown_starttag (self, tag, attrs) |
|
def | unknown_endtag (self, tag) |
|
def | handle_pi (self, text) |
|
def | handle_decl (self, text) |
|
def | handle_data (self, text) |
|
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) |
|
◆ feed()
def planet.sanitize._HTMLSanitizer.feed |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ handle_data()
def planet.sanitize._HTMLSanitizer.handle_data |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ handle_decl()
def planet.sanitize._HTMLSanitizer.handle_decl |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ handle_pi()
def planet.sanitize._HTMLSanitizer.handle_pi |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ reset()
def planet.sanitize._HTMLSanitizer.reset |
( |
|
self | ) |
|
◆ unknown_endtag()
def planet.sanitize._HTMLSanitizer.unknown_endtag |
( |
|
self, |
|
|
|
tag |
|
) |
| |
◆ unknown_starttag()
def planet.sanitize._HTMLSanitizer.unknown_starttag |
( |
|
self, |
|
|
|
tag, |
|
|
|
attrs |
|
) |
| |
◆ acceptable_attributes
planet.sanitize._HTMLSanitizer.acceptable_attributes |
|
static |
◆ acceptable_elements
planet.sanitize._HTMLSanitizer.acceptable_elements |
|
static |
◆ ignorable_elements
planet.sanitize._HTMLSanitizer.ignorable_elements |
|
static |
◆ ignore_level
planet.sanitize._HTMLSanitizer.ignore_level |
◆ tag_stack
planet.sanitize._HTMLSanitizer.tag_stack |
The documentation for this class was generated from the following file: