|
|
| __init__ (self, out) |
|
| start_script (self, unused) |
|
| end_script (self) |
| | handle_data (self, data) |
| | handle_comment (self, comment) |
|
| __init__ (self, out) |
|
| unknown_starttag (self, tag, attr) |
|
| handle_entityref (self, ref) |
|
| handle_charref (self, ref) |
|
| unknown_endtag (self, tag) |
|
| handle_special (self, data) |
|
| write (self, buf) |
|
| parse_declaration (self, i) |
|
|
int | ignoring = 0 |
|
bool | modified = False |
|
str | msg = "<!-- WARNING: embedded script removed -->" |
|
| out = out |
◆ handle_comment()
| mime.HTMLScriptFilter.handle_comment |
( |
| self, |
|
|
| comment ) |
◆ handle_data()
| mime.HTMLScriptFilter.handle_data |
( |
| self, |
|
|
| data ) |
The documentation for this class was generated from the following file: