com.caucho.xpath
Interface ExprEnvironment

All Superinterfaces:
org.w3c.xsl.XSLTContext
All Known Implementing Classes:
Env

public interface ExprEnvironment
extends org.w3c.xsl.XSLTContext

Adds variable environment.


Method Summary
 XPathFun getFunction(java.lang.String name)
          Returns the value associated with name.
 StylesheetEnv getStylesheetEnv()
          Returns the StylesheetEnv
 com.caucho.xpath.expr.Var getVar(java.lang.String name)
          Returns the value associated with name.
 Node setContextNode(Node node)
          Sets the node context.
 
Methods inherited from interface org.w3c.xsl.XSLTContext
getContextNode, getContextPosition, getContextSize, getCurrentNode, getOwnerDocument, stringValue, systemProperty
 

Method Detail

getVar

public com.caucho.xpath.expr.Var getVar(java.lang.String name)
Returns the value associated with name.

name must be interned


getFunction

public XPathFun getFunction(java.lang.String name)
Returns the value associated with name.

name must be interned


setContextNode

public Node setContextNode(Node node)
Sets the node context.

getStylesheetEnv

public StylesheetEnv getStylesheetEnv()
Returns the StylesheetEnv