Class OMAbstractIterator

    • Constructor Detail

      • OMAbstractIterator

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

      • getNextNode

        protected abstract org.apache.axiom.om.OMNode getNextNode​(org.apache.axiom.om.OMNode currentNode)
        Deprecated.
        Get the next node.
        Parameters:
        currentNode - the predecessor of the node to retrieve
        Returns:
        the next node
      • hasNext

        public boolean hasNext()
        Deprecated.
        Specified by:
        hasNext in interface Iterator
      • remove

        public void remove()
        Deprecated.
        Specified by:
        remove in interface Iterator