Module xml5ever::tree_builder::interface [] [src]

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

Reexports

pub use self::NodeOrText::AppendNode;
pub use self::NodeOrText::AppendText;

Enums

NextParserState

Whether to interrupt further parsing of the current input until the next explicit resumption of the tokenizer, or continue without any interruption.

NodeOrText

Something which can be inserted into the DOM.

Traits

Tracer

Trace hooks for a garbage-collected DOM.

TreeSink

Types which can process tree modifications from the tree builder.