|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.saxon.sxpath.AbstractStaticContext
net.sf.saxon.sxpath.IndependentContext
net.sf.saxon.sxpath.DedicatedStaticContext
public class DedicatedStaticContext
| Field Summary |
|---|
| Fields inherited from class net.sf.saxon.sxpath.IndependentContext |
|---|
autoDeclare, externalResolver, importedSchemaNamespaces, namespaces, requiredContextItemType, variables |
| Fields inherited from class net.sf.saxon.sxpath.AbstractStaticContext |
|---|
usingDefaultFunctionLibrary |
| Constructor Summary | |
|---|---|
DedicatedStaticContext(Configuration config)
|
|
DedicatedStaticContext(IndependentContext ic)
Create a DedicatedStaticContext as a copy of an IndependentContext |
|
| Method Summary | |
|---|---|
Executable |
getExecutable()
Get the Executable (representing a complete stylesheet or query) of which this Container forms part |
void |
setExecutable(Executable exec)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.saxon.expr.Container |
|---|
getContainerGranularity, getHostLanguage, getLocationProvider |
| Methods inherited from interface javax.xml.transform.SourceLocator |
|---|
getColumnNumber, getLineNumber, getPublicId, getSystemId |
| Methods inherited from interface net.sf.saxon.sxpath.XPathStaticContext |
|---|
setDefaultElementNamespace |
| Methods inherited from interface net.sf.saxon.expr.StaticContext |
|---|
getBaseURI, getCollation, getConfiguration, getDecimalFormatManager, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getFunctionLibrary, getLineNumber, getLocationMap, getNamePool, getSystemId, getXPathLanguageLevel, isAllowedBuiltInType, isInBackwardsCompatibleMode, isSchemaAware, issueWarning, makeEarlyEvaluationContext |
| Constructor Detail |
|---|
public DedicatedStaticContext(Configuration config)
public DedicatedStaticContext(IndependentContext ic)
ic - the IndependentContext to be copied| Method Detail |
|---|
public void setExecutable(Executable exec)
public Executable getExecutable()
Container
getExecutable in interface Container
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||