Module xml5ever::tree_builder [] [src]

XML5 tree builder - converts tokens into a tree like structure

Structs

XmlTreeBuilder

The XML tree builder.

XmlTreeBuilderOpts

Tree builder options, with an impl for Default.

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