Package net.sf.saxon.style
Interface XSLTStaticContext
-
- All Superinterfaces:
StaticContext
- All Known Implementing Classes:
ExpressionContext,TextValueTemplateContext,UseWhenStaticContext
public interface XSLTStaticContext extends StaticContext
Extends the standard XPath static context with information that is available for XPath expressions invoked from XSLT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisElementAvailable(String qname)Determine if an extension element is available-
Methods inherited from interface net.sf.saxon.expr.StaticContext
bindVariable, getConfiguration, getContainingLocation, getDecimalFormatManager, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getFunctionLibrary, getImportedSchemaNamespaces, getKeyManager, getNamespaceResolver, getOptimizerOptions, getPackageData, getRequiredContextItemType, getStaticBaseURI, getSystemId, getXPathVersion, isImportedSchema, isInBackwardsCompatibleMode, issueWarning, makeEarlyEvaluationContext, makeRetainedStaticContext, resolveTypeAlias
-
-
-
-
Method Detail
-
isElementAvailable
boolean isElementAvailable(String qname) throws XPathException
Determine if an extension element is available- Throws:
XPathException- if the name is invalid or the prefix is not declared
-
-