public class ArooaParseHandle extends Object implements ParseHandle<ArooaContext>
ArooaContext.| Constructor and Description |
|---|
ArooaParseHandle(ArooaContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(String text)
A mechanism by which a parser may add text to the context.
|
ArooaContext |
getContext()
A Context in which to parse child elements.
|
int |
init()
Initialise the context.
|
public ArooaParseHandle(ArooaContext context)
public ArooaContext getContext()
ParseHandlegetContext in interface ParseHandle<ArooaContext>public void addText(String text)
ParseHandleaddText in interface ParseHandle<ArooaContext>public int init()
ParseHandleinit in interface ParseHandle<ArooaContext>Copyright © 2023. All rights reserved.