When parsing the XML into JSON, specifies if values with attribute xsi:nil="true"
should be kept as attribute(false), or they should be converted to
null(true)
When parsing the XML into JSON, specifies that tags that will be converted to arrays
in this configuration Set<String> to parse the provided tags' values as arrays
When parsing the XML into JSON, specifies if values should be kept as strings (true), or if
they should try to be guessed into JSON values (numeric, boolean, string)
When parsing the XML into JSON, specifies that the values with attribute xsi:type
will be converted to target type defined to client in this configuration
Map<String, XMLXsiTypeConverter<?>> to parse values with attribute
xsi:type="integer" as integer, xsi:type="string" as string
This method removes any JSON entry which has the key set by XMLParserConfiguration.cDataTagName
and contains whitespace as this is caused by whitespace between tags.