Module xml5ever::driver [] [src]

Entrance to XML5 ever ParseResult

Structs

BytesOpts

Options for choosing a character encoding

BytesParser

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

XmlParseOpts

All-encompasing parser setting structure.

XmlParser

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

Traits

ParseResult

Results which can be extracted from a TreeSink.

Functions

parse_document

Parse and send results to a TreeSink.