[][src]Module sxd_document::dom

A traditional DOM tree interface for navigating and manipulating XML documents.

Structs

Attribute

Metadata about the current element

Comment

Information only relevant to humans

Document

An XML document

Element

Elements are the workhorse of a document and may contain any type of node, except for the Root node

Namespace

A mapping from a prefix to a URI

ProcessingInstruction

Metadata relevant to the application, but not the XML processor or humans

Root

The logical ancestor of every other node type

Text

Textual data

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