Module rdom::node::contents[][src]

Data and functionality specific to each node type live here.

Re-exports

pub use super::element::ElementNodeStorage;

Structs

AttributeNodeStorage

Storage type for AttributeNode

CDataSectionNodeStorage

Storage type for CDataSectionNode

CommentNodeStorage

Storage type for CommentNode

DocumentFragmentNodeStorage

Storage type for DocumentFragmentNode

DocumentNodeStorage

Storage type for DocumentNode

DocumentTypeNodeStorage

Storage type for DocumentTypeNode

ProcessingInstructionNodeStorage

Storage type for ProcessingInstructionNode

TextNodeStorage

Storage type for TextNode

Enums

NodeType

Specifies the type of the node. See https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType

Traits

AnyNodeStorage

Marker trait implemented by all node storage classes