Module html5ever::driver [] [src]

High-level interface to the parser.

Structs

BytesOpts

Options for choosing a character encoding

BytesParser

An HTML parser, ready to recieve bytes input through the tendril::TendrilSink trait’s methods.

ParseOpts

All-encompassing options struct for the parser.

Parser

An HTML parser, ready to recieve Unicode input through the tendril::TendrilSink trait’s methods.

Functions

parse_document

Parse an HTML document

parse_fragment

Parse an HTML fragment