java.io.Serializable, javax.xml.transform.SourceLocator, Container, StaticContext, NamespaceResolver, XPathStaticContextpublic class DedicatedStaticContext extends IndependentContext implements Container
usingDefaultFunctionLibraryautoDeclare, externalResolver, importedSchemaNamespaces, namespaces, requiredContextItemType, variables| Constructor | Description |
|---|---|
DedicatedStaticContext(Configuration config) |
|
DedicatedStaticContext(IndependentContext ic) |
Create a DedicatedStaticContext as a copy of an IndependentContext
|
| Modifier and Type | Method | Description |
|---|---|---|
Executable |
getExecutable() |
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
|
void |
setExecutable(Executable exec) |
addFunctionLibrary, declareCollation, getBaseURI, getCollation, getCollationMap, getColumnNumber, getConfiguration, getDecimalFormatManager, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getFunctionLibrary, getHostLanguage, getLineNumber, getLocationMap, getLocationProvider, getNamePool, getPublicId, getSystemId, getXPathLanguageLevel, isAllowedBuiltInType, isInBackwardsCompatibleMode, isSchemaAware, issueWarning, makeEarlyEvaluationContext, setBackwardsCompatibilityMode, setBaseURI, setCollationMap, setConfiguration, setDecimalFormatManager, setDefaultFunctionLibrary, setDefaultFunctionNamespace, setFunctionLibrary, setLocationMap, setSchemaAware, setXPathLanguageLevelgetContainerGranularity, getHostLanguage, getLocationProviderbindVariable, clearAllNamespaces, clearNamespaces, declareNamespace, declareVariable, declareVariable, declareVariable, getContainerGranularity, getExternalVariable, getImportedSchemaNamespaces, getNamespaceResolver, getRequiredContextItemType, getSlotNumber, getStackFrameMap, getURIForPrefix, getURIForPrefix, isAllowUndeclaredVariables, isImportedSchema, iterateExternalVariables, iteratePrefixes, setAllowUndeclaredVariables, setDefaultElementNamespace, setImportedSchemaNamespaces, setNamespaceResolver, setNamespaces, setRequiredContextItemTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnNumber, getLineNumber, getPublicId, getSystemIdgetBaseURI, getCollation, getConfiguration, getDecimalFormatManager, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getFunctionLibrary, getLineNumber, getLocationMap, getNamePool, getSystemId, getXPathLanguageLevel, isAllowedBuiltInType, isInBackwardsCompatibleMode, isSchemaAware, issueWarning, makeEarlyEvaluationContextpublic DedicatedStaticContext(Configuration config)
public DedicatedStaticContext(IndependentContext ic)
ic - the IndependentContext to be copiedpublic void setExecutable(Executable exec)
public Executable getExecutable()
ContainergetExecutable in interface Container