Crate roxmltree

source ·
Expand description

Represent an XML 1.0 document as a read-only tree.

The root point of the documentations is Document::parse.

You can find more details in the README and parsing doc.

The tree structure itself is a heavily modified https://github.com/programble/ego-tree License: ISC.

Structs

Iterator over ancestors.
An attribute.
Iterator over children.
Iterator over a node and its descendants.
An XML tree container.
An expanded name.
Iterator over first children.
Iterator over last children.
A namespace.
Iterator over next siblings.
A node.
A processing instruction.
Iterator over previous siblings.
Position in text.
Iterator which traverses a subtree.

Enums

Open or close edge of a node.
A list of all possible errors.
List of supported node types.

Constants