Expand description
High-level interface to the parser.
Structs§
- Parse
Opts  - All-encompassing options struct for the parser.
 - Parser
 - An HTML parser,
ready to receive Unicode input through the 
tendril::TendrilSinktrait’s methods. 
Functions§
- parse_
document  - Parse an HTML document
 - parse_
fragment  - Parse an HTML fragment
 - parse_
fragment_ for_ element  - Like 
parse_fragment, but with an existing context element and optionally a form element.