public class StylesheetPackageEE extends StylesheetPackage
defaultOutputProperties, globalContextRequirement, hiddenComponents, namedOutputProperties, overriddenComponents, schemaIndex, stripperRulesconfig, keyManager| Constructor and Description |
|---|
StylesheetPackageEE(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addIxslFunctionLibrary(FunctionLibraryList functionLibrary) |
void |
export(ExpressionPresenter presenter)
Output the abstract expression tree to the supplied destination.
|
boolean |
isFallbackToNonStreaming()
Ask whether a non-streamable construct has been found, forcing the entire stylesheet
to fall back to unstreamed processing
|
boolean |
isJustInTimeCompilation()
Ask whether the package was compiled with just-in-time compilation of template rules enabled
|
void |
setFallbackToNonStreaming() |
void |
setJustInTimeCompilation(boolean justInTimeCompilation)
Say whether the package was compiled with just-in-time compilation of template rules enabled.
|
addCompletionAction, addComponent, addComponentsFromUsedPackage, addGlobalVariable, addHiddenComponent, addOverriddenComponent, addUsedPackage, allocateBinderySlots, checkForAbstractComponents, complete, contains, createFunctionLibrary, getAbstractComponents, getCharacterMapIndex, getComponent, getComponentIndex, getContextItemRequirements, getDefaultMode, getFunction, getFunctionLibrary, getMaxFunctionArity, getNamedOutputProperties, getOverriddenComponent, getPackageName, getPackageVersion, getRuleManager, getSchemaNamespaces, getSpaceStrippingRule, getStripperRules, getUsedPackages, getVersion, getXQueryFunctionLibrary, isCreatesSecondaryResultDocuments, isDeclaredModes, isImplicitPackage, isRetainUnusedFunctions, isStripsTypeAnnotations, isStripsWhitespace, setCharacterMapIndex, setContextItemRequirements, setCreatesSecondaryResultDocuments, setDeclaredModes, setDefaultMode, setDefaultOutputProperties, setFunctionLibraryDetails, setImplicitPackage, setNamedOutputProperties, setPackageName, setPackageVersion, setRetainUnusedFunctions, setRuleManager, setStripperRules, setStripsTypeAnnotations, setStripsWhitespace, setVersion, updatePreparedStylesheetgetAccumulatorRegistry, getConfiguration, getDecimalFormatManager, getGlobalSlotManager, getGlobalVariableList, getHostLanguage, getKeyManager, getLocalLicenseId, getTargetEdition, getXPathVersion, isRelocatable, isSchemaAware, obtainTypeAliasManager, setAccumulatorRegistry, setConfiguration, setDecimalFormatManager, setGlobalSlotManager, setHostLanguage, setKeyManager, setLocalLicenseId, setRelocatable, setSchemaAware, setTargetEdition, setTypeAliasManagerpublic StylesheetPackageEE(Configuration config)
public void setFallbackToNonStreaming()
setFallbackToNonStreaming in class StylesheetPackagepublic boolean isFallbackToNonStreaming()
isFallbackToNonStreaming in class StylesheetPackagepublic boolean isJustInTimeCompilation()
isJustInTimeCompilation in class StylesheetPackagepublic void setJustInTimeCompilation(boolean justInTimeCompilation)
setJustInTimeCompilation in class StylesheetPackagejustInTimeCompilation - set to true if just-in-time compilation was enabled when the package was compiledpublic void export(ExpressionPresenter presenter) throws XPathException
export in class StylesheetPackagepresenter - the expression presenter used to display the structureXPathExceptionprotected void addIxslFunctionLibrary(FunctionLibraryList functionLibrary)
addIxslFunctionLibrary in class StylesheetPackageCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.