Package com.saxonica.expr
Class QueryLibraryImpl
- java.lang.Object
-
- net.sf.saxon.query.QueryModule
-
- net.sf.saxon.query.QueryLibrary
-
- com.saxonica.expr.QueryLibraryImpl
-
- All Implemented Interfaces:
StaticContext
public class QueryLibraryImpl extends QueryLibrary
Concrete implementation of a separately-compiled XQuery library
-
-
Constructor Summary
Constructors Constructor Description QueryLibraryImpl(StaticQueryContext sqc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
link(QueryModule importer)
Link this library module to a module that imports it-
Methods inherited from class net.sf.saxon.query.QueryModule
addImportedNamespace, addImportedSchema, bindUnboundFunctionCalls, bindUnboundVariables, bindVariable, checkForCircularities, checkURIForPrefix, declareActiveNamespace, declareFunction, declarePrologNamespace, declareVariable, explainGlobalFunctions, fixupGlobalFunctions, fixupGlobalVariables, getAllGlobalVariables, getBuiltInFunctionSet, getCodeInjector, getConfiguration, getConstructionMode, getContainingLocation, getDecimalFormatManager, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getExecutable, getFunctionLibrary, getGlobalFunctionLibrary, getGlobalStackFrameMap, getImportedFunctionLibrary, getImportedGlobalVariables, getImportedSchemaNamespaces, getKeyManager, getLiveNamespaceResolver, getLocalFunctionLibrary, getLocationURI, getModuleNamespace, getModuleVariables, getNamespaceResolver, getOptimizerOptions, getPackageData, getRequiredContextItemType, getRevalidationMode, getStaticBaseURI, getSystemId, getTopLevelModule, getUnprefixedElementMatchingPolicy, getUserDefinedFunction, getUserQueryContext, getXPathVersion, importsNamespace, initializeFunctionLibraries, isEmptyLeast, isImportedSchema, isInBackwardsCompatibleMode, isInheritNamespaces, isMainModule, isPreserveBoundarySpace, isPreserveNamespaces, isSchemaAware, issueWarning, isTopLevelModule, isUpdating, makeEarlyEvaluationContext, makeQueryModule, makeRetainedStaticContext, mayImportModule, optimizeGlobalFunctions, reportStaticError, reportStaticError, resolveTypeAlias, setBaseURI, setConstructionMode, setDefaultCollationName, setDefaultElementNamespace, setDefaultFunctionNamespace, setEmptyLeast, setExecutable, setInheritNamespaces, setIsMainModule, setLocationURI, setModuleNamespace, setPackageData, setPreserveBoundarySpace, setPreserveNamespaces, setRevalidationMode, setUnprefixedElementMatchingPolicy, setXPathVersion, typeCheckGlobalVariables, undeclareNamespace
-
-
-
-
Constructor Detail
-
QueryLibraryImpl
public QueryLibraryImpl(StaticQueryContext sqc) throws XPathException
- Throws:
XPathException
-
-
Method Detail
-
link
public void link(QueryModule importer) throws XPathException
Link this library module to a module that imports it- Specified by:
link
in classQueryLibrary
- Parameters:
importer
- the importing module (a user of the library)- Throws:
XPathException
- if there are errors, for example inconsistencies between the modules
-
-