private static java.lang.Object |
JSONML.parse(XMLTokener x,
boolean arrayForm,
JSONArray ja,
boolean keepStrings,
int currentNestingDepth) |
Parse XML values and store them in a JSONArray.
|
private static java.lang.Object |
JSONML.parse(XMLTokener x,
boolean arrayForm,
JSONArray ja,
JSONMLParserConfiguration config,
int currentNestingDepth) |
Parse XML values and store them in a JSONArray.
|
private static boolean |
XML.parse(XMLTokener x,
JSONObject context,
java.lang.String name,
XMLParserConfiguration config,
int currentNestingDepth) |
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 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 JSONArray |
JSONML.toJSONArray(XMLTokener x,
JSONMLParserConfiguration config) |
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.
|
static JSONObject |
JSONML.toJSONObject(XMLTokener x,
JSONMLParserConfiguration config) |
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject using the JsonML transform.
|