Uses of Class
org.json.XMLTokener

  • Uses of XMLTokener in org.json

    Methods in org.json with parameters of type XMLTokener 
    Modifier and Type Method Description
    static JSONArray JSONML.toJSONArray​(XMLTokener x)
    Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
    static JSONArray JSONML.toJSONArray​(XMLTokener x, boolean keepStrings)
    Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
    static JSONObject JSONML.toJSONObject​(XMLTokener x)
    Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
    static JSONObject JSONML.toJSONObject​(XMLTokener x, boolean keepStrings)
    Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.