| Package | Description |
|---|---|
| org.oddjob.arooa.json |
Parsing
ArooaConfigurations to and from JSON. |
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.xml |
Classes for parsing XML.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleParseContext.SimpleImpl |
static class |
SimpleParseContext.SimpleRoot |
| Modifier and Type | Method and Description |
|---|---|
SimpleParseContext |
SimpleParseContext.ChildBuilder2.andDestroyAction(Runnable destroyAction) |
SimpleParseContext |
SimpleParseContext.ChildBuilder2.andDestroyAction(Runnable destroyAction) |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andNamespaceMappings(NamespaceMappings namespaceMappings) |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andNamespaceMappings(NamespaceMappings namespaceMappings) |
SimpleParseContext |
SimpleParseContext.ChildBuilder2.andNoDestroyAction() |
SimpleParseContext |
SimpleParseContext.ChildBuilder2.andNoDestroyAction() |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andNoPrefixMappings() |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andNoPrefixMappings() |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andPrefixMappings(PrefixMappings prefixMappings) |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andPrefixMappings(PrefixMappings prefixMappings) |
SimpleParseContext |
SimpleParseContext.SimpleConfigNode.getContext() |
SimpleParseContext |
SimpleParseContext.SimpleConfigNode.getContext() |
SimpleParseContext |
SimpleParseContext.SimpleRoot.getParent() |
SimpleParseContext |
SimpleParseContext.SimpleImpl.getParent() |
SimpleParseContext |
SimpleParseContext.SimpleRoot.getParent() |
SimpleParseContext |
SimpleParseContext.SimpleImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
ParseHandle<SimpleParseContext> |
SimpleParseContext.CallbackElementHandler.onStartElement(ArooaElement element,
SimpleParseContext parentContext) |
ParseHandle<SimpleParseContext> |
SimpleParseContext.CallbackElementHandler.onStartElement(ArooaElement element,
SimpleParseContext parentContext) |
| Modifier and Type | Method and Description |
|---|---|
SimpleParseContext.RootBuilder2 |
SimpleParseContext.RootBuilder1.withElementHandler(ElementHandler<SimpleParseContext> elementHandler) |
SimpleParseContext.ChildBuilder2 |
SimpleParseContext.ChildBuilder1.withElementHandler(ElementHandler<SimpleParseContext> elementHandler) |
SimpleParseContext.RootBuilder2 |
SimpleParseContext.RootBuilder1.withElementHandler(ElementHandler<SimpleParseContext> elementHandler) |
SimpleParseContext.ChildBuilder2 |
SimpleParseContext.ChildBuilder1.withElementHandler(ElementHandler<SimpleParseContext> elementHandler) |
| Constructor and Description |
|---|
ChildBuilder1(ArooaElement element,
SimpleParseContext parent) |
ChildBuilder1(ArooaElement element,
SimpleParseContext parent) |
ChildBuilder2(ArooaElement arooaElement,
SimpleParseContext parent,
ElementHandler<SimpleParseContext> elementHandler) |
ChildBuilder2(ArooaElement arooaElement,
SimpleParseContext parent,
ElementHandler<SimpleParseContext> elementHandler) |
SimpleConfigNode(ArooaElement element,
SimpleParseContext owner)
Constructor
|
SimpleConfigNode(ArooaElement element,
SimpleParseContext owner)
Constructor
|
| Constructor and Description |
|---|
ChildBuilder2(ArooaElement arooaElement,
SimpleParseContext parent,
ElementHandler<SimpleParseContext> elementHandler) |
ChildBuilder2(ArooaElement arooaElement,
SimpleParseContext parent,
ElementHandler<SimpleParseContext> elementHandler) |
RootBuilder2(ElementHandler<SimpleParseContext> elementHandler) |
RootBuilder2(ElementHandler<SimpleParseContext> elementHandler) |
SimpleRoot(ElementHandler<SimpleParseContext> elementHandler,
PrefixMappings prefixMappings) |
SimpleRoot(ElementHandler<SimpleParseContext> elementHandler,
PrefixMappings prefixMappings) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
Copyright © 2023. All rights reserved.