Module html5ever::driver
[−]
[src]
High-level interface to the parser.
Structs
| ParseOpts |
All-encompassing options struct for the parser. |
Traits
| ParseResult |
Results which can be extracted from a |
Functions
| one_input |
Convenience function to turn a single value into an iterator. |
| parse |
Parse into a type which implements |
| parse_fragment |
Parse an HTML fragment into a type which implements |
| parse_fragment_to |
Parse an HTML fragment and send results to a |
| parse_to |
Parse and send results to a |
| tokenize_to |
Tokenize and send results to a |