org.apache.axiom.om.impl.traverse
Class OMChildrenIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMAbstractIterator
org.apache.axiom.om.impl.traverse.OMChildrenIterator
- All Implemented Interfaces:
- Iterator
public class OMChildrenIterator
- extends OMAbstractIterator
Class OMChildrenIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMChildrenIterator
public OMChildrenIterator(OMNode currentChild)
- Constructor OMChildrenIterator.
- Parameters:
currentChild
-
getNextNode
protected OMNode getNextNode(OMNode currentNode)
- Description copied from class:
OMAbstractIterator
- Get the next node.
- Specified by:
getNextNode
in class OMAbstractIterator
- Parameters:
currentNode
- the predecessor of the node to retrieve
- Returns:
- the next node
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.