XMLParser Configuration
Default parser configuration. Does not keep strings (tries to implicitly convert values), and the CDATA Tag Name is "content".
Deprecated
Configure the parser string processing and use the default CDATA Tag Name as "content".
Deprecated
This constructor has been deprecated in favor of using the new builder pattern for the configuration. This constructor may be removed in a future release.
Parameters
true
to parse all values as string. false
to try and convert XML string values into a JSON value.
Deprecated
Configure the parser string processing to try and convert XML values to JSON values and use the passed CDATA Tag Name the processing value. Pass null
to disable CDATA processing
Deprecated
This constructor has been deprecated in favor of using the new builder pattern for the configuration. This constructor may be removed in a future release.
Parameters
null
to disable CDATA processing. Any other value to use that value as the JSONObject key name to process as CDATA.
Deprecated
Configure the parser to use custom settings.
Deprecated
This constructor has been deprecated in favor of using the new builder pattern for the configuration. This constructor may be removed in a future release.
Parameters
true
to parse all values as string. false
to try and convert XML string values into a JSON value.
null
to disable CDATA processing. Any other value to use that value as the JSONObject key name to process as CDATA.
Deprecated
Configure the parser to use custom settings.
Deprecated
This constructor has been deprecated in favor of using the new builder pattern for the configuration. This constructor may be removed or marked private in a future release.
Parameters
true
to parse all values as string. false
to try and convert XML string values into a JSON value.
null
to disable CDATA processing. Any other value to use that value as the JSONObject key name to process as CDATA.
true
to parse values with attribute xsi:nil="true" as null. false
to parse values with attribute xsi:nil="true" as {"xsi:nil":true}.