Module markup5ever::rcdom [] [src]

A simple reference-counted DOM.

This is sufficient as a static parse tree, but don't build a web browser using it. :)

Structs

Node

A DOM node.

RcDom

The DOM itself; the result of parsing.

Enums

NodeData

The different kinds of nodes in the DOM.

Type Definitions

Handle

Reference to a DOM node.

WeakHandle

Weak reference to a DOM node, used for parent pointers.