Interface ResultIterator<T,​C extends Context>

  • All Superinterfaces:
    java.util.Iterator<T>

    public interface ResultIterator<T,​C extends Context>
    extends java.util.Iterator<T>
    An Iterator that provides the current parsing context through the getContext() method
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      C getContext()
      Returns the current parsing Context, if available
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • getContext

        C getContext()
        Returns the current parsing Context, if available
        Returns:
        the contextual object with information about an ongoing parsing process