jd.xml.xslt.expr
Interface StaticExprContext

All Known Implementing Classes:
XsltParseContext

public interface StaticExprContext

An StaticExprContext provides evaluation context information for XsltFunctions


Method Summary
 String getBaseUri()
          Return the base uri of the associated document.
 FunctionLibrary getFunctionLibrary()
          Return the function library.
 NamespaceContext getNamespaceContext()
          Return the namespace.
 

Method Detail

getFunctionLibrary

public FunctionLibrary getFunctionLibrary()
Return the function library.


getNamespaceContext

public NamespaceContext getNamespaceContext()
Return the namespace.


getBaseUri

public String getBaseUri()
Return the base uri of the associated document.