Module borealis::html [] [src]

Structs

Attribute

Represents an attribute of an element node.

CommentNode

Represents a comment in an HTML document.

Doctype

Represents the doctype of a document.

Document

Represents a document containing a doctype and a root node.

ElementNode

Represents an element with a name, attributes and children depending on it's type.

TextNode

Represents text in an HTML document.

Enums

ElementType

The type of an element.

Node

Represents a node, which can be a comment, element or text.