[][src]Module marked::html

Support for html5 parsing to Document.

Modules

a

HTML attribute constants

ns

Namespace constants

t

HTML tag constants

Structs

Sink

A TreeSink implementation for parsing html to a Document tree.

TAG_META

A static lookup table for metadata on known HTML tags.

TagMeta

Metadata about HTML tags and their attributes.

Functions

parse_buffered

Parse and return an HTML Document, reading from the given stream of bytes until end, processing incrementally.

parse_utf8

Parse HTML document from UTF-8 bytes in RAM.

parse_utf8_fragment

Parse an HTML fragement from UTF-8 bytes in RAM.