Module html

Module html 

Source
Expand description

HTML document model.

This module contains the data structures used to represent an HTML.

Structs§

DocumentNode
The struct to represent an root HTML document.
ElementNode
The struct to represent an HTML element node.
TextNode
The struct to represent an HTML text node.

Enums§

ElementTag
The enum to represent an HTML element tag.
Node
The enum to represent an HTML node.

Functions§

get_text
Stringify a node.