| Package | Description | 
|---|---|
| org.json | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. |