Class XMLUtil.NodeListIterator

java.lang.Object
org.stianloader.picoresolve.internal.XMLUtil.NodeListIterator
All Implemented Interfaces:
Iterator<@NotNull Node>
Enclosing class:
XMLUtil

public static class XMLUtil.NodeListIterator extends Object implements Iterator<@NotNull Node>
  • Constructor Details

    • NodeListIterator

      public NodeListIterator(NodeList list)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<@NotNull Node>
    • next

      @NotNull public @NotNull Node next()
      Specified by:
      next in interface Iterator<@NotNull Node>