Interface ResultIterator<T,C extends Context>

All Superinterfaces:
Iterator<T>

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

    • getContext

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