public interface ParseContext<P extends ParseContext<P>>
ArooaConfiguration is parsed.
The context parameterised to allow richer contexts to be parsed for specific purposes
such as bean creation or design.
param The type of the context.
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy this context.
|
ConfigurationNode<P> |
getConfigurationNode()
Get the
ConfigurationNode for this context. |
ElementHandler<P> |
getElementHandler()
Get the
ElementHandler that will be used to process any child
elements. |
P |
getParent()
Get the parent
ArooaContext |
PrefixMappings |
getPrefixMappings()
Get the prefix mappings for this context.
|
P getParent()
ArooaContextElementHandler<P> getElementHandler()
ElementHandler that will be used to process any child
elements.PrefixMappings getPrefixMappings()
ConfigurationNode<P> getConfigurationNode()
ConfigurationNode for this context.void destroy()
Copyright © 2023. All rights reserved.