java.io.Serializable
, javax.xml.transform.SourceLocator
, Container
, StaticContext
, NamespaceResolver
, XPathStaticContext
public class DedicatedStaticContext extends IndependentContext implements Container
usingDefaultFunctionLibrary
autoDeclare, 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, setXPathLanguageLevel
getContainerGranularity, getHostLanguage, getLocationProvider
bindVariable, clearAllNamespaces, clearNamespaces, declareNamespace, declareVariable, declareVariable, declareVariable, getContainerGranularity, getExternalVariable, getImportedSchemaNamespaces, getNamespaceResolver, getRequiredContextItemType, getSlotNumber, getStackFrameMap, getURIForPrefix, getURIForPrefix, isAllowUndeclaredVariables, isImportedSchema, iterateExternalVariables, iteratePrefixes, setAllowUndeclaredVariables, setDefaultElementNamespace, setImportedSchemaNamespaces, setNamespaceResolver, setNamespaces, setRequiredContextItemType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnNumber, getLineNumber, getPublicId, getSystemId
getBaseURI, getCollation, getConfiguration, getDecimalFormatManager, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getFunctionLibrary, getLineNumber, getLocationMap, getNamePool, getSystemId, getXPathLanguageLevel, isAllowedBuiltInType, isInBackwardsCompatibleMode, isSchemaAware, issueWarning, makeEarlyEvaluationContext
public DedicatedStaticContext(Configuration config)
public DedicatedStaticContext(IndependentContext ic)
ic
- the IndependentContext to be copiedpublic void setExecutable(Executable exec)
public Executable getExecutable()
Container
getExecutable
in interface Container