Class OMDescendantsIterator

  • All Implemented Interfaces:
    Iterator

    public class OMDescendantsIterator
    extends OMAbstractIterator
    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.
    • Constructor Detail

      • OMDescendantsIterator

        public OMDescendantsIterator​(org.apache.axiom.om.OMNode firstNode)
        Deprecated.
    • Method Detail

      • 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 class OMAbstractIterator
        Parameters:
        currentNode - the predecessor of the node to retrieve
        Returns:
        the next node