Skip to main content

Module ast

Module ast 

Source
Expand description

AST module for HTML nodes.

§Html Ast

This module provides html ast functionality for the Oaks project.

Structs§

Attribute
HTML attribute consisting of a name, an optional value, and its source span.
Element
An HTML element consisting of a tag name, attributes, children nodes, and its source span.
HtmlDocument
The root node of an HTML document, containing a sequence of top-level nodes.
Text
Represents plain text content within an HTML document.

Enums§

HtmlNode
Represents different types of nodes in an HTML document.