net.sf.saxon.style

Interface XSLTStaticContext

public interface XSLTStaticContext extends StaticContext

Extends the standard XPath static context with information that is available for XPath expressions invoked from XSLT
Method Summary
booleanisElementAvailable(String qname)
Determine if an extension element is available

Method Detail

isElementAvailable

public boolean isElementAvailable(String qname)
Determine if an extension element is available

Throws: net.sf.saxon.trans.XPathException if the name is invalid or the prefix is not declared