Module html5ever::tree_builder
[−]
[src]
The HTML5 tree builder.
Reexports
pub use interface::Quirks; |
pub use interface::LimitedQuirks; |
pub use interface::NoQuirks; |
pub use interface::AppendNode; |
pub use interface::AppendText; |
pub use self::PushFlag::*; |
Structs
| ActiveFormattingIter | |
| Attribute |
A tag attribute. |
| ElementFlags | |
| TreeBuilder |
The HTML tree builder. |
| TreeBuilderOpts |
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. |
| PushFlag | |
| QuirksMode |
A document's quirks mode. |
Traits
| Tracer |
Trace hooks for a garbage-collected DOM. |
| TreeSink |
Functions
| create_element | |
| html_elem |