com.jclark.xsl.expr
Class FilterPattern.Context

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

 class FilterPattern.Context
extends DelegateExprContext


Field Summary
(package private)  int lastPosition
           
(package private)  Node node
           
(package private)  int position
           
 
Fields inherited from class com.jclark.xsl.expr.DelegateExprContext
origContext
 
Constructor Summary
FilterPattern.Context(Node node, ExprContext context)
           
 
Method Summary
 int getLastPosition()
           
 int getPosition()
           
 
Methods inherited from class com.jclark.xsl.expr.DelegateExprContext
getCurrent, getDocument, getExtensionContext, getGlobalVariableValue, getKeyValuesTable, getLocalVariableValue, 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

position

int position

lastPosition

int lastPosition
Constructor Detail

FilterPattern.Context

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

getPosition

public int getPosition()
                throws XSLException
Specified by:
getPosition in interface ExprContext
Overrides:
getPosition in class DelegateExprContext
Throws:
XSLException

getLastPosition

public int getLastPosition()
                    throws XSLException
Specified by:
getLastPosition in interface ExprContext
Overrides:
getLastPosition in class DelegateExprContext
Throws:
XSLException