com.jclark.xsl.expr
Class WithCurrentExpr.Context

java.lang.Object
  extended by com.jclark.xsl.expr.DelegateExprContext
      extended by com.jclark.xsl.expr.WithCurrentExpr.Context
All Implemented Interfaces:
ExprContext
Enclosing class:
WithCurrentExpr

 class WithCurrentExpr.Context
extends DelegateExprContext


Field Summary
(package private)  Node node
           
 
Fields inherited from class com.jclark.xsl.expr.DelegateExprContext
origContext
 
Constructor Summary
WithCurrentExpr.Context(Node node, ExprContext context)
           
 
Method Summary
 Node getCurrent(Node contextNode)
           
 
Methods inherited from class com.jclark.xsl.expr.DelegateExprContext
getDocument, getExtensionContext, getGlobalVariableValue, getKeyValuesTable, getLastPosition, getLocalVariableValue, getPosition, getSystemProperty, getTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

Node node
Constructor Detail

WithCurrentExpr.Context

WithCurrentExpr.Context(Node node,
                        ExprContext context)
Method Detail

getCurrent

public Node getCurrent(Node contextNode)
Specified by:
getCurrent in interface ExprContext
Overrides:
getCurrent in class DelegateExprContext