Module html5ever::tree_builder::interface [] [src]

The interface for consumers of the tree builder (and thus the parser overall).

Reexports

pub use self::QuirksMode::{Quirks, LimitedQuirks, NoQuirks};
pub use self::NodeOrText::{AppendNode, AppendText};

Enums

NodeOrText

Something which can be inserted into the DOM.

QuirksMode

A document's quirks mode.

Traits

Tracer

Trace hooks for a garbage-collected DOM.

TreeSink

Types which can process tree modifications from the tree builder.