Interface NodeTypeIterator

All Superinterfaces:
Iterator, RangeIterator
All Known Implementing Classes:
NodeTypeIteratorAdapter

public interface NodeTypeIterator extends RangeIterator
An iterator for NodeType objects.
  • Method Details

    • nextNodeType

      NodeType nextNodeType()
      Returns the next NodeType in the iteration.
      Returns:
      the next NodeType in the iteration.
      Throws:
      NoSuchElementException - if iteration has no more NodeTypes.