Expand description
§SPath: Query expressions for semi-structured data
Modules§
Structs§
- AtMost
OneError - Error produced when expecting no more than one node from a query
- Located
Node - A node within a variant value, along with its normalized path location.
- Located
Node List - A list of
LocatedNode
resulting from an SPath query, along with their locations. - Locations
- An iterator over the locations in a
LocatedNodeList
- Node
List - A list of nodes resulting from an SPath query.
- Nodes
- An iterator over the nodes in a
LocatedNodeList
- Normalized
Path - Parse
Error - An error that can occur during parsing the SPath query.
- SPath
Enums§
- Exactly
OneError - Error produced when expecting exactly one node from a query
- Literal
- A literal variant value that can be represented in an SPath query.
- Path
Element - An element within a
NormalizedPath
Traits§
- Concrete
Variant Array - A trait for the concrete variant array type associated with a variant value.
- Concrete
Variant Object - A trait for the concrete variant object type associated with a variant value.
- From
Literal - A trait for converting a literal to a variant value.
- Variant
Value - A trait for any variant value.