public class XMLArooaParser extends Object implements ArooaParser<SimpleParseContext>
ArooaParser that parses an ArooaConfiguration
into an XML string.
Once the parse(ArooaConfiguration) method has been
called the XML is available using the getXml()
method.
| Constructor and Description |
|---|
XMLArooaParser() |
XMLArooaParser(NamespaceMappings namespaceMappings) |
| Modifier and Type | Method and Description |
|---|---|
String |
getXml() |
ConfigurationHandle<SimpleParseContext> |
parse(ArooaConfiguration configuration)
Parse an
ArooaConfiguration. |
public XMLArooaParser()
public XMLArooaParser(NamespaceMappings namespaceMappings)
public ConfigurationHandle<SimpleParseContext> parse(ArooaConfiguration configuration) throws ArooaParseException
ArooaParserArooaConfiguration.parse in interface ArooaParser<SimpleParseContext>configuration - The configuration.ConfigurationHandle.ArooaParseException - If parsing fails.public String getXml()
Copyright © 2023. All rights reserved.