Package net.sf.saxon.query

Class Summary
DynamicQueryContext This object represents a dynamic context for query execution.
GlobalVariableDefinition Class to hold compile-time information about an XQuery global variable or parameter
QueryParser This class defines extensions to the XPath parser to handle the additional syntax supported in XQuery
QueryProcessor A QueryProcessor allows the compilation of XQuery queries for subsequent execution.
QueryResult This class takes the result sequence produced by a query, and wraps it as an XML document
StaticQueryContext StaticQueryContext is the implementation of StaticContext used when processing XQuery expressions.
StaticQueryContext.ActiveNamespace Inner class containing information about an active namespace entry
XQueryExpression XQueryExpression represents a compiled query.
XQueryFunction