Expand description
DOM Tree
Arena-based Document Object Model using Vec<Node> with NodeId(usize)
indices. Supports element creation, tree manipulation, traversal, and
querying by ID or tag name. No raw pointers.
Structs§
- Document
- The DOM Document
- Element
Data - Data specific to Element nodes
- Node
- A single node in the DOM tree
- Node
Arena - Arena allocator for DOM nodes
- NodeId
- Index into the node arena
Enums§
- Node
Type - Type of DOM node