public interface ResultIterator<T,C extends Context>
extends java.util.Iterator<T>
Iterator that provides the current parsing context
through the getContext() method| Modifier and Type | Method and Description |
|---|---|
C |
getContext()
Returns the current parsing
Context, if available |