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 TreeSink.

Functions

one_input

Convenience function to turn a single value into an iterator.

parse

Parse into a type which implements ParseResult.

parse_fragment

Parse an HTML fragment into a type which implements ParseResult.

parse_fragment_to

Parse an HTML fragment and send results to a TreeSink.

parse_to

Parse and send results to a TreeSink.

tokenize_to

Tokenize and send results to a TokenSink.