Package org.apache.xalan.xsltc.dom
Class FilteredStepIterator
java.lang.Object
org.apache.xml.dtm.ref.DTMAxisIteratorBase
org.apache.xalan.xsltc.dom.StepIterator
org.apache.xalan.xsltc.dom.FilteredStepIterator
- All Implemented Interfaces:
Cloneable
,DTMAxisIterator
Extends a StepIterator by adding the ability to filter nodes. It
uses filters similar to those of a FilterIterator.
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen, Morten Jorgensen
-
Field Summary
Fields inherited from interface org.apache.xml.dtm.DTMAxisIterator
END
-
Constructor Summary
ConstructorsConstructorDescriptionFilteredStepIterator
(DTMAxisIterator source, DTMAxisIterator iterator, Filter filter) -
Method Summary
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
-
Constructor Details
-
FilteredStepIterator
-
-
Method Details
-
next
public int next()Description copied from interface:DTMAxisIterator
Get the next node in the iteration.- Specified by:
next
in interfaceDTMAxisIterator
- Overrides:
next
in classStepIterator
- Returns:
- The next node handle in the iteration, or END.
-