public class Executable extends Object
PreparedStylesheet
, which is a subclass.Modifier and Type | Field and Description |
---|---|
protected boolean |
schemaAware |
Constructor and Description |
---|
Executable(Configuration config)
Create a new Executable (a collection of stylesheet modules and/or query modules)
|
Modifier and Type | Method and Description |
---|---|
void |
addPackage(PackageData data)
Add information about a package
|
void |
addQueryLibraryModule(QueryModule module)
Add an XQuery library module to the configuration.
|
void |
addQueryLocationHintProcessed(String uri)
Add a name to the list of query module location hints that have been
processed during the construction of this executable
|
void |
checkAllRequiredParamsArePresent(GlobalParameterSet params)
Check that all required parameters have been supplied.
|
Item |
checkInitialContextItem(Item contextItem,
XPathContext context)
Check that the supplied global context item meets all requirements, and perform any required
conversions or defaulting
|
boolean |
createsSecondaryResult()
Ask whether this executable represents a stylesheet that uses xsl:result-document
to create secondary output documents
|
void |
explainGlobalVariables(ExpressionPresenter presenter)
Explain (that is, output an expression tree) the global variables
|
void |
fixupQueryModules(QueryModule main,
boolean checkForCycles)
Fix up global variables and functions in all query modules.
|
CharacterMapIndex |
getCharacterMapIndex()
Get the index of named character maps
|
Configuration |
getConfiguration()
Get the configuration
|
Properties |
getDefaultOutputProperties()
Get the default output properties
|
FunctionLibraryList |
getFunctionLibrary()
Get the library containing all the in-scope functions in the static context
|
GlobalContextRequirement |
getGlobalContextRequirement() |
Iterable<GlobalParam> |
getGlobalParameters()
Get all the registered global parameters
|
int |
getHostLanguage()
Get the host language
|
KeyManager |
getKeyManager()
Get the KeyManager which handles key definitions
|
Properties |
getOutputProperties(StructuredQName qName)
Get a named output format
|
Iterable<PackageData> |
getPackages()
Get information about the packages in this executable
|
Iterator |
getQueryLibraryModules()
Get an iterator over all the query library modules (does not include the main module)
|
List<QueryModule> |
getQueryLibraryModules(String namespace)
Locate the known XQuery library modules for a given module namespace.
|
QueryModule |
getQueryModuleWithSystemId(String systemId,
QueryModule topModule)
Get the query library module with a given systemID
|
SpaceStrippingRule |
getStripperRules()
Get the rules determining which nodes are to be stripped from the tree
|
PackageData |
getTopLevelPackage() |
boolean |
isAllowXPath30()
Ask whether XPath 3.0 functionality is enabled
|
boolean |
isQueryLocationHintProcessed(String uri)
Ask whether a query module location hint has already been processed
|
boolean |
isSchemaAware()
Ask whether this executable is schema-aware, that is, whether the query or transformation
imports a schema.
|
void |
registerGlobalParameter(GlobalParam param)
Register a global parameter
|
void |
setCharacterMapIndex(CharacterMapIndex cmi)
Set the index of named character maps
|
void |
setConfiguration(Configuration config)
Set the configuration
|
void |
setCreatesSecondaryResult(boolean flag)
Set whether this executable represents a stylesheet that uses xsl:result-document
to create secondary output documents
|
void |
setDefaultOutputProperties(Properties properties)
Set the default output properties (the properties for the unnamed output format)
|
void |
setFunctionLibrary(FunctionLibraryList functionLibrary)
Set the library containing all the in-scope functions in the static context
|
void |
setGlobalContextRequirement(GlobalContextRequirement requirement) |
void |
setHostLanguage(int language,
boolean allowXPath30)
Set the host language
|
void |
setKeyManager(KeyManager km)
Set the KeyManager which handles key definitions
|
void |
setOutputProperties(StructuredQName qName,
Properties properties)
Add a named output format
|
void |
setSchemaAware(boolean aware)
Set whether this executable is schema-aware.
|
void |
setStripperRules(SpaceStrippingRule rules)
Set the rules determining which nodes are to be stripped from the tree
|
void |
setStripsInputTypeAnnotations(boolean strips)
Set whether source documents are to have their type annotations stripped
|
void |
setStripsWhitespace(boolean strips)
Indicate that the stylesheet does some whitespace stripping
|
void |
setTopLevelPackage(PackageData topLevelPackage) |
boolean |
stripsInputTypeAnnotations()
Ask whether source documents are to have their type annotations stripped
|
boolean |
stripsWhitespace()
Determine whether this stylesheet does any whitespace stripping
|
public Executable(Configuration config)
config
- the Saxon Configurationpublic void setConfiguration(Configuration config)
config
- the Configurationpublic Configuration getConfiguration()
public PackageData getTopLevelPackage()
public void setTopLevelPackage(PackageData topLevelPackage)
public void addPackage(PackageData data)
data
- information about a packagepublic Iterable<PackageData> getPackages()
public void setHostLanguage(int language, boolean allowXPath30)
language
- the host language, as a constant such as Configuration.XSLT
or
Configuration.XQUERY
allowXPath30
- true if functionality defined in XPath 3.0 (for example, new casting options) is enabledpublic int getHostLanguage()
Configuration.XQUERY
or Configuration.XSLT
or Configuration.JAVA_APPLICATION
public boolean isAllowXPath30()
public FunctionLibraryList getFunctionLibrary()
public void setFunctionLibrary(FunctionLibraryList functionLibrary)
functionLibrary
- the function libarypublic void setCharacterMapIndex(CharacterMapIndex cmi)
cmi
- a hash table that maps the names of character maps
to the HashMap objects representing the character mapspublic CharacterMapIndex getCharacterMapIndex()
public void setStripperRules(SpaceStrippingRule rules)
rules
- a Mode object containing the whitespace stripping rules. A Mode
is generally a collection of template rules, but it is reused here to represent
a collection of stripping rules.public SpaceStrippingRule getStripperRules()
public void setStripsWhitespace(boolean strips)
strips
- true if the stylesheet performs whitespace stripping
of one or more elements.public boolean stripsWhitespace()
public void setStripsInputTypeAnnotations(boolean strips)
strips
- true if type annotations are to be strippedpublic boolean stripsInputTypeAnnotations()
public void setKeyManager(KeyManager km)
km
- the KeyManager containing the xsl:key definitionspublic KeyManager getKeyManager()
public void setDefaultOutputProperties(Properties properties)
properties
- the output properties to be used when the unnamed output format
is selectedpublic Properties getDefaultOutputProperties()
public void setOutputProperties(StructuredQName qName, Properties properties)
qName
- the structured QName of the output formatproperties
- the properties of the output formatpublic Properties getOutputProperties(StructuredQName qName)
qName
- the name of the output formatpublic void addQueryLibraryModule(QueryModule module)
module
- the library module to be added to this executablepublic List<QueryModule> getQueryLibraryModules(String namespace)
namespace
- the module namespace URIpublic QueryModule getQueryModuleWithSystemId(String systemId, QueryModule topModule)
systemId
- the SystemId of the required moduletopModule
- the top-level query module (usually a main module, except when
importing library modules into XSLT)public Iterator getQueryLibraryModules()
QueryModule
public void addQueryLocationHintProcessed(String uri)
uri
- the name to be added (the location URI as it appears in the
"import module" declaration, expanded to an absolute URI by resolving against
the base URI, but before passing to the Module Resolver)public boolean isQueryLocationHintProcessed(String uri)
uri
- the query location hint (the location URI as it appears in the
"import module" declaration, expanded to an absolute URI by resolving against
the base URI, but before passing to the Module Resolver)public void fixupQueryModules(QueryModule main, boolean checkForCycles) throws XPathException
main
- the main query modulecheckForCycles
- if a check for cyclicity among modules is to be performed. This is a check for
cycles at the level of a module (error XQST0093)XPathException
- if an error occurspublic void explainGlobalVariables(ExpressionPresenter presenter)
presenter
- the destination for the explanation of the global variablespublic void registerGlobalParameter(GlobalParam param)
param
- the stylesheet parameter (XSLT) or external variable (XQuery) to be registeredpublic Iterable<GlobalParam> getGlobalParameters()
public void checkAllRequiredParamsArePresent(GlobalParameterSet params) throws XPathException
params
- the set of parameters that have been supplied (null represents an empty set)XPathException
- if there is a required parameter for which no value has been suppliedpublic void setCreatesSecondaryResult(boolean flag)
flag
- true if the executable uses xsl:result-documentpublic boolean createsSecondaryResult()
public void setGlobalContextRequirement(GlobalContextRequirement requirement)
public GlobalContextRequirement getGlobalContextRequirement()
public Item checkInitialContextItem(Item contextItem, XPathContext context) throws XPathException
contextItem
- the supplied context itemcontext
- a context for evaluation (in which the context item will be absent)XPathException
- if the supplied item does not meet requirements, for example if it is the
wrong type.public void setSchemaAware(boolean aware)
aware
- true if the executable is schema-awareIllegalArgumentException
- if schema-aware processing is requested in a Configuration
that is not schema-awarepublic boolean isSchemaAware()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.