[][src]Module euca::dom

A concrete dom representation.

This is a sample, but functional concrete DOM representation that demonstrates how a DOM structure works with other parts of this library.

Structs

Attr

An attribute on a node.

Dom

A node in the DOM.

DomVec

A sequence of DOM entries.

Event

A DOM event.

Enums

Handler

A DOM event handler.

Node

Representation of a DOM node.