Enums§
- Parse
Error - all the possible error when parsing html string
Functions§
- parse_
html - Parse none-escaped html strings like
"Hello world!"
into a node tree (see also raw_html). - raw_
html - Parse escaped html strings like
"Hello world!"
into"Hello world!"
and then into a node tree.