Package org.apache.xml.dtm.ref
Class DTMDefaultBaseIterators.TypedPrecedingIterator
- java.lang.Object
-
- org.apache.xml.dtm.ref.DTMAxisIteratorBase
-
- org.apache.xml.dtm.ref.DTMDefaultBaseIterators.InternalAxisIteratorBase
-
- org.apache.xml.dtm.ref.DTMDefaultBaseIterators.PrecedingIterator
-
- org.apache.xml.dtm.ref.DTMDefaultBaseIterators.TypedPrecedingIterator
-
- All Implemented Interfaces:
java.lang.Cloneable
,DTMAxisIterator
- Enclosing class:
- DTMDefaultBaseIterators
public final class DTMDefaultBaseIterators.TypedPrecedingIterator extends DTMDefaultBaseIterators.PrecedingIterator
Iterator that returns preceding nodes of agiven type for a given node. This includes the node set {root+1, start-1}, but excludes all ancestors.
-
-
Field Summary
-
Fields inherited from interface org.apache.xml.dtm.DTMAxisIterator
END
-
-
Constructor Summary
Constructors Constructor Description TypedPrecedingIterator(int type)
Constructor TypedPrecedingIterator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
next()
Get the next node in the iteration.-
Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBaseIterators.PrecedingIterator
cloneIterator, gotoMark, isReverse, reset, setMark, setStartNode
-
Methods inherited from class org.apache.xml.dtm.ref.DTMAxisIteratorBase
getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, setRestartable
-
-
-
-
Method Detail
-
next
public int next()
Get the next node in the iteration.- Specified by:
next
in interfaceDTMAxisIterator
- Overrides:
next
in classDTMDefaultBaseIterators.PrecedingIterator
- Returns:
- The next node handle in the iteration, or END.
-
-