|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xsltc.dom.NodeIteratorBase | +--org.apache.xalan.xsltc.dom.StepIterator | +--org.apache.xalan.xsltc.dom.FilteredStepIterator
Extends a StepIterator by adding the ability to filter nodes. It uses filters similar to those of a FilterIterator.
Constructor Summary | |
FilteredStepIterator(NodeIterator source,
NodeIterator iterator,
Filter filter)
|
Method Summary | |
int |
next()
|
Methods inherited from class org.apache.xalan.xsltc.dom.StepIterator |
cloneIterator,
gotoMark,
reset,
setMark,
setRestartable,
setStartNode |
Methods inherited from class org.apache.xalan.xsltc.dom.NodeIteratorBase |
getLast,
getPosition,
includeSelf,
isReverse |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FilteredStepIterator(NodeIterator source, NodeIterator iterator, Filter filter)
Method Detail |
public int next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |