⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module dom

Module dom 

Source
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
ElementData
Data specific to Element nodes
Node
A single node in the DOM tree
NodeArena
Arena allocator for DOM nodes
NodeId
Index into the node arena

Enums§

NodeType
Type of DOM node