Skip to main content

Module ast

Module ast 

Source
Expand description

AST module.

§Xml Ast

This module provides xml ast functionality for the Oaks project.

Structs§

XmlAttribute
Represents an XML attribute.
XmlElement
Represents an XML element.
XmlPI
Represents an XML processing instruction.
XmlRoot
Root node of the XML AST.

Enums§

XmlValue
Represents a value in XML.

Traits§

XmlNodeExt
Extension trait for XML red nodes.

Type Aliases§

XmlNode
A node in the XML red tree.