Expand description
HTML nodes.
Structs§
- Attrs
- Iterator over attributes.
- Classes
- Iterator over classes.
- Comment
- An HTML comment.
- Doctype
- A doctype.
- Element
- An HTML element.
- Processing
Instruction - HTML Processing Instruction.
- Text
- HTML text.
Enums§
- Node
- An HTML node.
Type Aliases§
- Attributes
- A Map of attributes that doesn’t preserve the order of the attributes.
Please enable the
deterministic
feature for order-preserving (de)serialization. - Attributes
Iter - An iterator over a node’s attributes.