Expand description
Represent an XML document as a read-only tree.
The root point of the documentations is Document::parse
.
You can find more details in the README and the parsing doc.
The tree structure itself is a heavily modified https://github.com/causal-agent/ego-tree License: ISC.
Structs§
- An attribute.
- Iterator over a node’s attributes
- Iterator over specified axis.
- Iterator over children.
- Iterator over a node and its descendants.
- An XML tree container.
- An expanded name.
- A namespace.
- Iterator over the namespaces attached to a node.
- A node in a document.
- A node ID stored as
u32
. - A processing instruction.
- Parsing options.
- Position in text.
Enums§
- A list of all possible errors.
- A list of supported node types.
- A string storage.
Constants§
- The http://www.w3.org/2000/xmlns/ URI.
- The http://www.w3.org/XML/1998/namespace URI.