Package net.sf.saxon.style
Interface XSLTStaticContext
- All Superinterfaces:
StaticContext
- All Known Implementing Classes:
ExpressionContext
,UseWhenStaticContext
Extends the standard XPath static context with information that is available for
XPath expressions invoked from XSLT
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isElementAvailable
(String qname) Determine if an extension element is availableMethods inherited from interface net.sf.saxon.expr.StaticContext
bindVariable, getBaseURI, getCollation, getConfiguration, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getFunctionLibrary, getImportedSchemaNamespaces, getLineNumber, getLocationMap, getNamePool, getNamespaceResolver, getSystemId, getURIForPrefix, isAllowedBuiltInType, isImportedSchema, isInBackwardsCompatibleMode, issueWarning, makeEarlyEvaluationContext
-
Method Details
-
isElementAvailable
Determine if an extension element is available- Throws:
XPathException
- if the name is invalid or the prefix is not declared
-