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