Uses of Class
org.json.XMLParserConfiguration
-
Uses of XMLParserConfiguration in org.json
Fields in org.json declared as XMLParserConfiguration Modifier and Type Field Description static XMLParserConfigurationXMLParserConfiguration. KEEP_STRINGSOriginal configuration of the XML Parser except that values are kept as strings.static XMLParserConfigurationXMLParserConfiguration. ORIGINALOriginal Configuration of the XML Parser.Methods in org.json with parameters of type XMLParserConfiguration Modifier and Type Method Description static JSONObjectXML. toJSONObject(java.io.Reader reader, XMLParserConfiguration config)Convert a well-formed (but not necessarily valid) XML into a JSONObject.static JSONObjectXML. toJSONObject(java.lang.String string, XMLParserConfiguration config)Convert a well-formed (but not necessarily valid) XML string into a JSONObject.static java.lang.StringXML. toString(java.lang.Object object, java.lang.String tagName, XMLParserConfiguration config)Convert a JSONObject into a well-formed, element-normal XML string.