Class OMAbstractIterator
- java.lang.Object
-
- org.apache.axiom.om.impl.traverse.OMAbstractIterator
-
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
OMChildrenIterator
,OMDescendantsIterator
public abstract class OMAbstractIterator extends Object implements Iterator
Deprecated.Abstract base class for iterators over sets of OM nodes.
-
-
Constructor Summary
Constructors Constructor Description OMAbstractIterator(org.apache.axiom.om.OMNode firstNode)
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract org.apache.axiom.om.OMNode
getNextNode(org.apache.axiom.om.OMNode currentNode)
Deprecated.Get the next node.boolean
hasNext()
Deprecated.Object
next()
Deprecated.void
remove()
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-