Module domafic::dom_node [] [src]

Trait for elements that can be drawn as to HTML DOM nodes

Structs

AttributeIter

Iterator over the attributes of a DomNode

StringNode

DomNode wrapper for Strings

StringRefNode

DomNode wrapper for &'static strs

WithAttributes

Wrapper for DomNodes that adds attributes.

WithKey

A DomNode with a key

WithListeners

Wrapper for DomNodes that adds listeners.

Enums

DomValue

"Value" of a DomNode: either an element's tag name (e.g. "div"/"h1"/"body") or the text value of a text node (e.g. "Hello world!").

Traits

DomNode

A DomNode specifies the HTML DOM (Document Object Model) representation of a type.

IntoNode

Types that can be converted into DomNodes with messages of type M