Part of pida.utils.feedparser View In Hierarchy
Known subclasses: pida.utils.feedparser._HTMLSanitizer, pida.utils.feedparser._LooseFeedParser, pida.utils.feedparser._RelativeURIResolver
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 1417 | Method | __init__ | Undocumented |
| 1422 | Method | reset | Undocumented |
| 1426 | Method | _shorttag_replace | Undocumented |
| 1433 | Method | feed | Undocumented |
| 1443 | Method | normalize_attrs | Undocumented |
| 1449 | Method | unknown_starttag | Undocumented |
| 1466 | Method | unknown_endtag | Undocumented |
| 1472 | Method | handle_charref | Undocumented |
| 1477 | Method | handle_entityref | Undocumented |
| 1482 | Method | handle_data | Undocumented |
| 1489 | Method | handle_comment | Undocumented |
| 1494 | Method | handle_pi | Undocumented |
| 1499 | Method | handle_decl | Undocumented |
| 1507 | Method | _scan_name | Undocumented |
| 1524 | Method | output | Return processed HTML as a single string |