Expand description
Queries you can execute against a document.
Structs§
- Many
Query - A query that expects many items as a result.
- Many
Recurse Query - 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.
- OneRecurse
Query - A recursive query that expects a single item as a result.
- Option
Query - This is a query that expects an optional single item.
- Option
Recurse Query - A recursive query that expects an optional single item.
- Recurse
- An object that can be used to use a conversion function recursively.
- Sequence
Query - 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 - Recurse
Query - A recursive query that can be executed against an
Itemable