com.jclark.xsl.expr

Interface NodeSetExpr

public interface NodeSetExpr

A NodeSetExpr (compiled XPath), when evaluated with a contextNode and an ExpressionContext, yields a NodeIterator
Method Summary
NodeIteratoreval(Node node, ExprContext context)
evaluate the expression with a contextNode and ExprContext

Method Detail

eval

public NodeIterator eval(Node node, ExprContext context)
evaluate the expression with a contextNode and ExprContext