class FilterNodeIterator extends DelegateExprContext implements NodeIterator
origContext
Constructor and Description |
---|
FilterNodeIterator(NodeIterator iter,
ExprContext origContext,
BooleanExpr predicate) |
Modifier and Type | Method and Description |
---|---|
int |
getLastPosition() |
int |
getPosition() |
Node |
next() |
getCurrent, getDocument, getExtensionContext, getGlobalVariableValue, getLocalVariableValue, getSystemProperty, getTree
FilterNodeIterator(NodeIterator iter, ExprContext origContext, BooleanExpr predicate)
public Node next() throws XSLException
next
in interface NodeIterator
XSLException
public int getPosition()
getPosition
in interface ExprContext
getPosition
in class DelegateExprContext
public int getLastPosition() throws XSLException
getLastPosition
in interface ExprContext
getLastPosition
in class DelegateExprContext
XSLException