Module markup5ever::interface::tree_builder
[−]
[src]
Reexports
pub use self::NodeOrText::AppendNode; |
pub use self::NodeOrText::AppendText; |
pub use self::QuirksMode::Quirks; |
pub use self::QuirksMode::LimitedQuirks; |
pub use self::QuirksMode::NoQuirks; |
Structs
| ElementFlags |
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. |
| QuirksMode |
A document's quirks mode. |
Traits
| Tracer |
Trace hooks for a garbage-collected DOM. |
| TreeSink |
Functions
| create_element |