Expand description
XML5 tree builder - converts tokens into a tree like structure
Modules§
- types 🔒
Structs§
- Namespace
MapStack 🔒 - XmlTree
Builder - The XML tree builder.
- XmlTree
Builder Opts - Tree builder options, with an impl for Default.
Enums§
- Node
OrText - Something which can be inserted into the DOM.
Statics§
Traits§
- Elem
Name - An abstraction over any type that can represent an element’s local name and namespace.
- Tracer
- Trace hooks for a garbage-collected DOM.
- Tree
Sink - Methods a parser can use to create the DOM. The DOM provider implements this trait.