P - The type of Parse Context.public interface ElementHandler<P extends ParseContext<P>>
| Modifier and Type | Method and Description |
|---|---|
ParseHandle<P> |
onStartElement(ArooaElement element,
P parentContext)
Handles a configuration element.
|
ParseHandle<P> onStartElement(ArooaElement element, P parentContext) throws ArooaConfigurationException
element - The configuration element.parentContext - The parent ArooaContext.ArooaConfigurationExceptionCopyright © 2023. All rights reserved.