Uses of Class
com.util.org.json.XMLTokener
-
Packages that use XMLTokener Package Description com.util.org.json -
-
Uses of XMLTokener in com.util.org.json
Methods in com.util.org.json with parameters of type XMLTokener Modifier and Type Method Description static JSONArrayJSONML. toJSONArray(XMLTokener x)Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONArrayJSONML. toJSONArray(XMLTokener x, boolean keepStrings)Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONObjectJSONML. toJSONObject(XMLTokener x)Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.static JSONObjectJSONML. toJSONObject(XMLTokener x, boolean keepStrings)Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
-