Searched defs:arrayForm (Results 1 - 1 of 1) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONML.java42 * @param arrayForm true if array form, false if object form.
48 private static Object parse(XMLTokener x, boolean arrayForm, argument
134 if (arrayForm) {
160 if (!arrayForm && (attribute == "tagName" || attribute == "childNode")) {
175 if (arrayForm && newjo.length() > 0) {
186 if (arrayForm) {
199 closeTag = (String)parse(x, arrayForm, newja);
206 if (!arrayForm && newja.length() > 0) {
210 if (arrayForm) {

Completed in 618 milliseconds