| Interface | Description |
|---|---|
| QueryText |
This class assembles text string and tokens required by the XQuery processor
implementation.
|
| Class | Description |
|---|---|
| QueryContext |
This class provides query-specific methods and properties.
|
| QueryModule |
Java module binding.
|
| QueryParser |
Parser for XQuery expressions.
|
| QueryProcessor |
This class is an entry point for evaluating XQuery implementations.
|
| QueryResources |
This class provides access to resources used by an XQuery expression.
|
| QuerySuggest |
This class analyzes the current path and gives suggestions for code
completions.
|
| StaticContext |
This class contains the static context of an expression.
|
| Exception | Description |
|---|---|
| QueryException |
This class indicates exceptions during the parsing or evaluation of a query.
|
| Error | Description |
|---|---|
| QueryError |
An Error wrapping a
QueryException, used for throwing those out of
methods whose interface doesn't allow it. |