Module node

Source
Expand description

HTML nodes.

Structs§

Attrs
Iterator over attributes.
Classes
Iterator over classes.
Comment
An HTML comment.
Doctype
A doctype.
Element
An HTML element.
ProcessingInstruction
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.
AttributesIter
An iterator over a node’s attributes.