Uses of Class
org.json.XMLTokener

Packages that use XMLTokener
org.json Copied verbatim from Doug Crockford's github JSON java project, soon to be removed. 
 

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. All Rights Reserved.