Package com.saxonica
Class Query
- java.lang.Object
-
- net.sf.saxon.Query
-
- com.saxonica.Query
-
public class Query extends Query
This is a synonym of net.sf.saxon.Query, the command line interface for running XQuery. It is provided for backwards compatibility with previous releases; since Saxon 9.2 there are no differences from the base command.
-
-
Field Summary
-
Fields inherited from class net.sf.saxon.Query
backup, config, explain, explainOutputFileName, moduleURIResolverClass, outputFileName, processor, projection, queryFileName, repeat, showTime, sourceFileName, streaming, updating, uriResolverClass, useURLs, wrap, writeback
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
-
Methods inherited from class net.sf.saxon.Query
applyLocalOptions, badUsage, compileQuery, createFileIfNecessary, doQuery, explain, getConfiguration, initializeConfiguration, main, parseOptions, processSource, processSourceFile, quit, runQuery, runUpdate, setPermittedOptions
-
-