Expand description
HTML document model.
This module contains the data structures used to represent an HTML.
Structs§
- Document
Node - The struct to represent an root HTML document.
- Element
Node - The struct to represent an HTML element node.
- Text
Node - The struct to represent an HTML text node.
Enums§
- Element
Tag - The enum to represent an HTML element tag.
- Node
- The enum to represent an HTML node.
Functions§
- get_
text - Stringify a node.