| Modifier and Type | Class and Description |
|---|---|
class |
JSONMLParserConfiguration
Configuration object for the XML to JSONML parser.
|
class |
JSONParserConfiguration
Configuration object for the JSON parser.
|
class |
XMLParserConfiguration
Configuration object for the XML parser.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ParserConfiguration> |
ParserConfiguration.withKeepStrings(boolean newVal)
When parsing the XML into JSONML, specifies if values should be kept as strings (
true), or if
they should try to be guessed into JSON values (numeric, boolean, string) |
<T extends ParserConfiguration> |
ParserConfiguration.withMaxNestingDepth(int maxNestingDepth)
Defines the maximum nesting depth that the parser will descend before throwing an exception
when parsing the XML into JSONML.
|
| Modifier and Type | Method and Description |
|---|---|
protected ParserConfiguration |
ParserConfiguration.clone()
Provides a new instance of the same configuration.
|
Copyright © 2024. All rights reserved.