org.apache.axiom.om.impl.traverse
Class OMDescendantsIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMAbstractIterator
org.apache.axiom.om.impl.traverse.OMDescendantsIterator
- All Implemented Interfaces:
- Iterator
Deprecated. This type of iterator should always be created using
OMContainer.getDescendants(boolean)
, and this class should never be
referenced directly. It will be removed in Axiom 1.3.
public class OMDescendantsIterator
- extends OMAbstractIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMDescendantsIterator
public OMDescendantsIterator(OMNode firstNode)
- Deprecated.
getNextNode
protected OMNode getNextNode(OMNode currentNode)
- Deprecated.
- 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-2012 The Apache Software Foundation. All Rights Reserved.