Class OMChildrenIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMAbstractIterator
org.apache.axiom.om.impl.traverse.OMChildrenIterator
- All Implemented Interfaces:
Iterator
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionOMChildrenIterator(org.apache.axiom.om.OMNode currentChild) Deprecated.Constructor OMChildrenIterator. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMNodegetNextNode(org.apache.axiom.om.OMNode currentNode) Deprecated.Get the next node.Methods inherited from class org.apache.axiom.om.impl.traverse.OMAbstractIterator
hasNext, next, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OMChildrenIterator
public OMChildrenIterator(org.apache.axiom.om.OMNode currentChild) Deprecated.Constructor OMChildrenIterator.- Parameters:
currentChild-
-
-
Method Details
-
getNextNode
protected org.apache.axiom.om.OMNode getNextNode(org.apache.axiom.om.OMNode currentNode) Deprecated.Description copied from class:OMAbstractIteratorGet the next node.- Specified by:
getNextNodein classOMAbstractIterator- Parameters:
currentNode- the predecessor of the node to retrieve- Returns:
- the next node
-