Uses of Class
org.json.JSONMLParserConfiguration
-
Uses of JSONMLParserConfiguration in org.json
Fields in org.json declared as JSONMLParserConfigurationModifier and TypeFieldDescriptionstatic final JSONMLParserConfigurationJSONMLParserConfiguration.KEEP_STRINGSOriginal configuration of the XML to JSONML Parser except that values are kept as strings.static final JSONMLParserConfigurationJSONMLParserConfiguration.ORIGINALOriginal Configuration of the XML to JSONML Parser.Methods in org.json that return JSONMLParserConfigurationModifier and TypeMethodDescriptionprotected JSONMLParserConfigurationJSONMLParserConfiguration.clone()Provides a new instance of the same configuration.JSONMLParserConfiguration.withKeepStrings(boolean newVal) JSONMLParserConfiguration.withMaxNestingDepth(int maxNestingDepth) Methods in org.json with parameters of type JSONMLParserConfigurationModifier and TypeMethodDescriptionprivate static ObjectJSONML.parse(XMLTokener x, boolean arrayForm, JSONArray ja, JSONMLParserConfiguration config, int currentNestingDepth) Parse XML values and store them in a JSONArray.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.