com.jclark.xsl.expr
Class PrecedingAxisExpr.ReverseSubtreeExpr

java.lang.Object
  extended by com.jclark.xsl.expr.PrecedingAxisExpr.ReverseSubtreeExpr
All Implemented Interfaces:
NodeSetExpr
Enclosing class:
PrecedingAxisExpr

static class PrecedingAxisExpr.ReverseSubtreeExpr
extends java.lang.Object
implements NodeSetExpr


Constructor Summary
PrecedingAxisExpr.ReverseSubtreeExpr()
           
 
Method Summary
 NodeIterator eval(Node node, ExprContext context)
          evaluate the expression with a contextNode and ExprContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrecedingAxisExpr.ReverseSubtreeExpr

PrecedingAxisExpr.ReverseSubtreeExpr()
Method Detail

eval

public NodeIterator eval(Node node,
                         ExprContext context)
                  throws XSLException
Description copied from interface: NodeSetExpr
evaluate the expression with a contextNode and ExprContext

Specified by:
eval in interface NodeSetExpr
Throws:
XSLException