Saxon API for .NET

XQueryCompiler Properties

The properties of the XQueryCompiler class are listed below. For a complete list of XQueryCompiler class members, see the XQueryCompiler Members topic.

Public Instance Properties

BaseUri 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.
ErrorList 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.
Implementation Escape hatch to the underying Java implementation
QueryResolver A user-supplied QueryResolver used to resolve location hints appearing in an import module declaration.

See Also

XQueryCompiler Class | Saxon.Api Namespace