The properties of the XQueryCompiler class are listed below. For a complete list of XQueryCompiler class members, see the XQueryCompiler Members topic.
![]() |
The base URI of the query, which forms part of the static context
of the query. This is used for resolving any relative URIs appearing
within the query, for example in references to library modules, schema
locations, or as an argument to the doc() function.
|
![]() | List of errors. The caller should supply an empty list before calling Compile; the processor will then populate the list with error information obtained during the compilation. Each error will be included as an object of type StaticError. If no error list is supplied by the caller, error information will be written to the standard error stream. |
![]() | Escape hatch to the underying Java implementation |
![]() |
A user-supplied QueryResolver used to resolve location hints appearing in an
import module declaration.
|