Module rdom::node::raw[][src]

Raw representation of a DOM Element. See node module for distinction from wrapped representation.

Structs

BodyElement

The body element type

ButtonElement

A button element

Document

The root Document node type

DocumentElement

The root document element element type. ()

InputEvent

An input event

Node

The common structure of all DOM nodes

TextAreaElement

A textarea element

TextNode

A text node

Traits

AnyRawElement

A base trait for all raw element types

AnyRawNode

A base trait for all raw node types