Uses of Class
org.json.JSONMLParserConfiguration
-
-
Uses of JSONMLParserConfiguration in org.json
Fields in org.json declared as JSONMLParserConfiguration Modifier and Type Field Description static JSONMLParserConfigurationJSONMLParserConfiguration. KEEP_STRINGSOriginal configuration of the XML to JSONML Parser except that values are kept as strings.static JSONMLParserConfigurationJSONMLParserConfiguration. ORIGINALOriginal Configuration of the XML to JSONML Parser.Methods in org.json that return JSONMLParserConfiguration Modifier and Type Method Description protected JSONMLParserConfigurationJSONMLParserConfiguration. clone()Provides a new instance of the same configuration.JSONMLParserConfigurationJSONMLParserConfiguration. withKeepStrings(boolean newVal)JSONMLParserConfigurationJSONMLParserConfiguration. withMaxNestingDepth(int maxNestingDepth)Methods in org.json with parameters of type JSONMLParserConfiguration Modifier and Type Method Description static JSONArrayJSONML. toJSONArray(String string, JSONMLParserConfiguration config)Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONArrayJSONML. toJSONArray(XMLTokener x, JSONMLParserConfiguration config)Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONObjectJSONML. toJSONObject(String string, JSONMLParserConfiguration config)Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.static JSONObjectJSONML. toJSONObject(XMLTokener x, JSONMLParserConfiguration config)Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
-