[][src]Module yarte_html::driver

High-level interface to the parser.

Structs

Parser

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

Functions

parse_document

Like parse_fragment, but with an existing context element and optionally a form element.

parse_fragment

Parse an HTML fragment

parse_fragment_for_element

Like parse_fragment, but with an existing context element and optionally a form element.