Class NodeListIterator

java.lang.Object
com.sun.xml.ws.util.xml.NodeListIterator
All Implemented Interfaces:
Iterator

public class NodeListIterator extends Object implements Iterator
Author:
WS Development Team
  • Field Details

    • _list

      protected NodeList _list
    • _index

      protected int _index
  • Constructor Details

    • NodeListIterator

      public NodeListIterator(NodeList list)
  • Method Details