com.jclark.xsl.expr
Class PrecedingAxisExpr.LeftExpr

java.lang.Object
  |
  +--com.jclark.xsl.expr.PrecedingAxisExpr.LeftExpr
All Implemented Interfaces:
NodeSetExpr
Enclosing class:
PrecedingAxisExpr

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


Constructor Summary
(package private) PrecedingAxisExpr.LeftExpr()
           
 
Method Summary
 NodeIterator eval(Node node, ExprContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrecedingAxisExpr.LeftExpr

PrecedingAxisExpr.LeftExpr()
Method Detail

eval

public NodeIterator eval(Node node,
                         ExprContext context)
                  throws XSLException
Specified by:
eval in interface NodeSetExpr
XSLException