Module html

Module html 

Source
Expand description

The module contains a html primitives.

Structs§

Attribute
Attribute represents a HTML key=value attribute pair.
HtmlElement
A HTML element representation.

Enums§

HtmlValue
HtmlValue represents a children elements of an HTML element.

Traits§

HtmlVisitor
A visitor which traverses a HTML elements tree.
HtmlVisitorMut
A visitor which traverses a HTML elements tree, while mutating the tree.