Module rdom::node[][src]

Core representation of a DOM node. See nice module for distinction from nice representation.

Modules

concrete

Concrete (as opposed to abstract) types of nodes. Each node type is represented in this module.

contents

Data and functionality specific to each node type live here.

element

Data and functionality to each element type live here.

Structs

AnyNodeArc

A strong reference to any node (nonspecific type).

AnyNodeWeak

A weak reference to any node (nonspecific type).

InputEvent

An input event

Traits

Buildable

Marker trait implemented by any node reference type which can be built.

NodeBehavior

Trait for main functions connected to node behaviour