P
- The type of the Parse Context.public interface ParseHandle<P extends ParseContext<P>>
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String text)
A mechanism by which a parser may add text to the context.
|
P |
getContext()
A Context in which to parse child elements.
|
int |
init()
Initialise the context.
|
P getContext()
void addText(java.lang.String text)
text
- int init()