Uses of Class
org.json.XMLTokener

Packages that use XMLTokener
org.json   
 

Uses of XMLTokener in org.json
 

Methods in org.json with parameters of type XMLTokener
private static java.lang.Object JSONML.parse(XMLTokener x, boolean arrayForm, JSONArray ja)
          Parse XML values and store them in a JSONArray.
private static boolean XML.parse(XMLTokener x, JSONObject context, java.lang.String name)
          Scan the content following the named tag, attaching it to the context.
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.