public static class SimpleParseContext.SimpleRoot extends Object implements SimpleParseContext
SimpleParseContext.ActionFunction, SimpleParseContext.Actions, SimpleParseContext.ActionsBuilder, SimpleParseContext.ActionsCallbacks, SimpleParseContext.ActionsImpl, SimpleParseContext.CallbackElementHandler, SimpleParseContext.CallbackFunction, SimpleParseContext.Callbacks, SimpleParseContext.ChildBuilder1, SimpleParseContext.ChildBuilder2, SimpleParseContext.RootBuilder1, SimpleParseContext.RootBuilder2, SimpleParseContext.SimpleConfigNode, SimpleParseContext.SimpleImpl, SimpleParseContext.SimpleRoot| Constructor and Description |
|---|
SimpleRoot(ElementHandler<SimpleParseContext> elementHandler,
PrefixMappings prefixMappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy this context.
|
ConfigurationNode<SimpleParseContext> |
getConfigurationNode()
Get the
ConfigurationNode for this context. |
ElementHandler<SimpleParseContext> |
getElementHandler()
Get the
ElementHandler that will be used to process any child
elements. |
SimpleParseContext |
getParent()
Get the parent
ArooaContext |
PrefixMappings |
getPrefixMappings()
Get the prefix mappings for this context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactions, createChildFor, createRootContextpublic SimpleRoot(ElementHandler<SimpleParseContext> elementHandler, PrefixMappings prefixMappings)
public SimpleParseContext getParent()
ParseContextArooaContextgetParent in interface ParseContext<SimpleParseContext>public ElementHandler<SimpleParseContext> getElementHandler()
ParseContextElementHandler that will be used to process any child
elements.getElementHandler in interface ParseContext<SimpleParseContext>public PrefixMappings getPrefixMappings()
ParseContextgetPrefixMappings in interface ParseContext<SimpleParseContext>public ConfigurationNode<SimpleParseContext> getConfigurationNode()
ParseContextConfigurationNode for this context.getConfigurationNode in interface ParseContext<SimpleParseContext>public void destroy()
ParseContextdestroy in interface ParseContext<SimpleParseContext>Copyright © 2023. All rights reserved.