Uses of Class
org.json.XMLTokener

Uses of XMLTokener in org.json
 

Methods in org.json with parameters of type XMLTokener
static JSONArray JSONML.toJSONArray(XMLTokener x)
          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.
 



Copyright © 2012 JSON. All Rights Reserved.