Skip to main content

Module ast

Module ast 

Source
Expand description

AST module. XML Abstract Syntax Tree (AST) nodes.

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.