public static class SimpleParseContext.CallbackElementHandler extends Object implements ElementHandler<SimpleParseContext>
| Constructor and Description |
|---|
CallbackElementHandler(SimpleParseContext.CallbackFunction callbackFunction) |
| Modifier and Type | Method and Description |
|---|---|
ParseHandle<SimpleParseContext> |
onStartElement(ArooaElement element,
SimpleParseContext parentContext)
Handles a configuration element.
|
public CallbackElementHandler(SimpleParseContext.CallbackFunction callbackFunction)
public ParseHandle<SimpleParseContext> onStartElement(ArooaElement element, SimpleParseContext parentContext) throws ArooaConfigurationException
ElementHandleronStartElement in interface ElementHandler<SimpleParseContext>element - The configuration element.parentContext - The parent ArooaContext.ArooaConfigurationExceptionCopyright © 2023. All rights reserved.