Module tree

Source
Expand description

XML parsing and tree operations.

Structs§

XNode
A node in the XML tree. It can be an element node, an attribute node, or a text node.
XTree
A tree representation of the XML format. It is a wrapper around roxmltree::Document

Enums§

XNodeId
XNodeName
XTreeError