Module sxd_document::dom
[−]
[src]
A traditional DOM tree interface for navigating and manipulating XML documents.
Structs
| Attribute | |
| Comment | |
| Document |
An XML document |
| Element | |
| Namespace |
A mapping from a prefix to a URI |
| ProcessingInstruction | |
| Root | |
| Text |
Enums
| ChildOfElement |
Nodes that may occur as a child of an element node |
| ChildOfRoot |
Nodes that may occur as a child of the root node |
| ParentOfChild |
Nodes that may occur as the parent of a child node |