Uses of Class
org.json.JSONMLParserConfiguration
-
Uses of JSONMLParserConfiguration in org.json
Fields in org.json declared as JSONMLParserConfigurationModifier and TypeFieldDescriptionstatic final JSONMLParserConfiguration
JSONMLParserConfiguration.KEEP_STRINGS
Original configuration of the XML to JSONML Parser except that values are kept as strings.static final JSONMLParserConfiguration
JSONMLParserConfiguration.ORIGINAL
Original Configuration of the XML to JSONML Parser.Methods in org.json that return JSONMLParserConfigurationModifier and TypeMethodDescriptionprotected JSONMLParserConfiguration
JSONMLParserConfiguration.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 Object
JSONML.parse
(XMLTokener x, boolean arrayForm, JSONArray ja, JSONMLParserConfiguration config, int currentNestingDepth) Parse XML values and store them in a JSONArray.static JSONArray
JSONML.toJSONArray
(String string, JSONMLParserConfiguration config) Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONArray
JSONML.toJSONArray
(XMLTokener x, JSONMLParserConfiguration config) Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONObject
JSONML.toJSONObject
(String string, JSONMLParserConfiguration config) Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.static JSONObject
JSONML.toJSONObject
(XMLTokener x, JSONMLParserConfiguration config) Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.