|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.dtm.ref.DTMAxisIteratorBase
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.
Field Summary |
Fields inherited from interface org.apache.xml.dtm.DTMAxisIterator |
END |
Constructor Summary | |
FilteredStepIterator(DTMAxisIterator source,
DTMAxisIterator iterator,
Filter filter)
|
Method Summary | |
int |
next()
Get the next node in the iteration. |
Methods inherited from class org.apache.xalan.xsltc.dom.StepIterator |
cloneIterator, gotoMark, reset, setMark, setRestartable, setStartNode |
Methods inherited from class org.apache.xml.dtm.ref.DTMAxisIteratorBase |
getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilteredStepIterator(DTMAxisIterator source, DTMAxisIterator iterator, Filter filter)
Method Detail |
public int next()
DTMAxisIterator
next
in interface DTMAxisIterator
next
in class StepIterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |