Module tree_builder

Source
Expand description

XML5 tree builder - converts tokens into a tree like structure

Modules§

types 🔒

Structs§

NamespaceMapStack 🔒
XmlTreeBuilder
The XML tree builder.
XmlTreeBuilderOpts
Tree builder options, with an impl for Default.

Enums§

NodeOrText
Something which can be inserted into the DOM.

Statics§

XMLNS_URI 🔒
XML_URI 🔒

Traits§

ElemName
An abstraction over any type that can represent an element’s local name and namespace.
Tracer
Trace hooks for a garbage-collected DOM.
TreeSink
Methods a parser can use to create the DOM. The DOM provider implements this trait.

Functions§

any_not_whitespace 🔒
current_node 🔒

Type Aliases§

InsResult 🔒