Package org.htmlunit.xpath.xml.dtm.ref
Class DTMDefaultBaseIterators.InternalAxisIteratorBase
- java.lang.Object
-
- org.htmlunit.xpath.xml.dtm.ref.DTMAxisIteratorBase
-
- org.htmlunit.xpath.xml.dtm.ref.DTMDefaultBaseIterators.InternalAxisIteratorBase
-
- All Implemented Interfaces:
java.lang.Cloneable
,DTMAxisIterator
- Direct Known Subclasses:
DTMDefaultBaseIterators.AncestorIterator
,DTMDefaultBaseIterators.AttributeIterator
,DTMDefaultBaseIterators.ChildrenIterator
,DTMDefaultBaseIterators.DescendantIterator
,DTMDefaultBaseIterators.FollowingIterator
,DTMDefaultBaseIterators.FollowingSiblingIterator
,DTMDefaultBaseIterators.NamespaceIterator
,DTMDefaultBaseIterators.ParentIterator
,DTMDefaultBaseIterators.PrecedingIterator
,DTMDefaultBaseIterators.PrecedingSiblingIterator
,DTMDefaultBaseIterators.RootIterator
,DTMDefaultBaseIterators.SingletonIterator
- Enclosing class:
- DTMDefaultBaseIterators
public abstract static class DTMDefaultBaseIterators.InternalAxisIteratorBase extends DTMAxisIteratorBase
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator. Subclass this (and override, if necessary) to implement the specifics of an individual axis iterator.Currently there isn't a lot here
-
-
Field Summary
Fields Modifier and Type Field Description protected int
_currentNode
Current iteration location.-
Fields inherited from class org.htmlunit.xpath.xml.dtm.ref.DTMAxisIteratorBase
_includeSelf, _isRestartable, _position, _startNode
-
Fields inherited from interface org.htmlunit.xpath.xml.dtm.DTMAxisIterator
END
-
-
Constructor Summary
Constructors Constructor Description InternalAxisIteratorBase()
-
Method Summary
-
Methods inherited from class org.htmlunit.xpath.xml.dtm.ref.DTMAxisIteratorBase
cloneIterator, includeSelf, isReverse, reset, resetPosition, returnNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.htmlunit.xpath.xml.dtm.DTMAxisIterator
next, setStartNode
-
-