Module moxie_dom::interfaces::node[][src]

Expand description

Traits for nodes in the DOM tree.

Traits

A value which can be bound as a child to a DOM node.

A builder for DOM nodes

Node is an interface from which various types of DOM API objects inherit, allowing those types to be treated similarly; for example, inheriting the same set of methods, or being testable in the same way.

A node which accepts children.