Module xrust::item

source · []
Expand description

xrust::item

Sequence Item module. An Item is a Node, Function or Atomic Value.

Nodes are implemented as a trait.

Structs

Enums

An Item in a Sequence. Can be a Node, Function or Value. A Document is a special Node.

An atomic value. These are the 19 predefined types in XSD Schema Part 2, plus five additional types.

Traits

Document tree.

Node in a tree.

Type Definitions

In XPath, the Sequence is the fundamental data structure. It is an ordered collection of Items. The Rust impementation is a Vector of reference counted Items.