Home | History | Annotate | Download | only in json

Lines Matching defs:ja

43      * @param ja      The JSONArray that is containing the current tag or null
49 JSONArray ja) throws JSONException {
97 if (ja != null) {
98 ja.put(x.nextCDATA());
136 if (ja != null) {
137 ja.put(newja);
141 if (ja != null) {
142 ja.put(newjo);
185 if (ja == null) {
209 if (ja == null) {
220 if (ja != null) {
221 ja.put(token instanceof String ?
300 * @param ja A JSONArray.
304 public static String toString(JSONArray ja) throws JSONException {
317 tagName = ja.getString(0);
323 e = ja.opt(1);
350 length = ja.length();
357 e = ja.get(i);
390 JSONArray ja;
429 ja = jo.optJSONArray("childNodes");
430 if (ja == null) {
435 len = ja.length();
437 e = ja.get(i);