Class OMDescendantsIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMAbstractIterator
org.apache.axiom.om.impl.traverse.OMDescendantsIterator
- All Implemented Interfaces:
Iterator
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMNode
getNextNode
(org.apache.axiom.om.OMNode currentNode) Deprecated.Get the next node.Methods inherited from class org.apache.axiom.om.impl.traverse.OMAbstractIterator
hasNext, next, remove
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
-
Constructor Details
-
OMDescendantsIterator
public OMDescendantsIterator(org.apache.axiom.om.OMNode firstNode) Deprecated.
-
-
Method Details
-
getNextNode
protected org.apache.axiom.om.OMNode getNextNode(org.apache.axiom.om.OMNode currentNode) Deprecated.Description copied from class:OMAbstractIterator
Get the next node.- Specified by:
getNextNode
in classOMAbstractIterator
- Parameters:
currentNode
- the predecessor of the node to retrieve- Returns:
- the next node
-
OMContainer.getDescendants(boolean)
, and this class should never be referenced directly. It will be removed in Axiom 1.3.