Module xml5ever::tree_builder
source · Expand description
XML5 tree builder - converts tokens into a tree like structure
Modules§
- types 🔒
Structs§
- The XML tree builder.
- Tree builder options, with an impl for Default.
Enums§
- Whether to interrupt further parsing of the current input until the next explicit resumption of the tokenizer, or continue without any interruption.
- Something which can be inserted into the DOM.
Statics§
- XML_URI 🔒
Traits§
- An abstraction over any type that can represent an element’s local name and namespace.
- Trace hooks for a garbage-collected DOM.
- Methods a parser can use to create the DOM. The DOM provider implements this trait.