Expand description
XML5 tree builder - converts tokens into a tree like structure
Structs§
- XmlTree
Builder - The XML tree builder.
- XmlTree
Builder Opts - Tree builder options, with an impl for Default.
Enums§
- Next
Parser State - Whether to interrupt further parsing of the current input until the next explicit resumption of the tokenizer, or continue without any interruption.
- Node
OrText - Something which can be inserted into the DOM.