Module query

Module query 

Source
Expand description

Queries you can execute against a document.

Structs§

ManyQuery
A query that expects many items as a result.
ManyRecurseQuery
A recursive query that expects many items as a result.
MapQuery
A query maps the result of another query to a different type.
OneQuery
This is a query that expects a sequence that contains exactly one single item.
OneRecurseQuery
A recursive query that expects a single item as a result.
OptionQuery
This is a query that expects an optional single item.
OptionRecurseQuery
A recursive query that expects an optional single item.
Recurse
An object that can be used to use a conversion function recursively.
SequenceQuery
A query that returns a sequence.

Traits§

Convert
This is the core conversion function that can be used to turn an item that results from an XPath query into something useful in Rust.
Query
A query that can be executed against an Itemable
RecurseQuery
A recursive query that can be executed against an Itemable