Module html5ever::rcdom [] [src]

A simple reference-counted DOM.

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

Reexports

pub use self::ElementEnum::{AnnotationXml, Normal, Script, Template};
pub use self::NodeEnum::{Document, Doctype, Text, Comment, Element};

Structs

Handle

Reference to a DOM node.

Node

A DOM node.

RcDom

The DOM itself; the result of parsing.

Enums

ElementEnum

The different kinds of elements in the DOM.

NodeEnum

The different kinds of nodes in the DOM.

Type Definitions

WeakHandle

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