Lines Matching refs:attribute

224      * @param name Name attribute to include with this list's tag, or null for
243 * @param name Name attribute to include with this list's tag, or null for
266 out.attribute(null, "name", name);
277 * name attribute have already been written and does not write an end tag.
309 * @param name Name attribute to include with this list's tag, or null for
329 out.attribute(null, "name", name);
352 out.attribute(null, "name", name);
367 * @param name Name attribute to include with this array's tag, or null for
386 out.attribute(null, "name", name);
390 out.attribute(null, "num", Integer.toString(N));
411 * @param name Name attribute to include with this array's tag, or null for
431 out.attribute(null, "name", name);
435 out.attribute(null, "num", Integer.toString(N));
439 out.attribute(null, "value", Integer.toString(val[i]));
451 * @param name Name attribute to include with this array's tag, or null for
470 out.attribute(null, "name", name);
474 out.attribute(null, "num", Integer.toString(N));
478 out.attribute(null, "value", Long.toString(val[i]));
490 * @param name Name attribute to include with this array's tag, or null for
509 out.attribute(null, "name", name);
513 out.attribute(null, "num", Integer.toString(N));
517 out.attribute(null, "value", Double.toString(val[i]));
529 * @param name Name attribute to include with this array's tag, or null for
548 out.attribute(null, "name", name);
552 out.attribute(null, "num", Integer.toString(N));
556 out.attribute(null, "value", val[i]);
568 * @param name Name attribute to include with this array's tag, or null for
587 out.attribute(null, "name", name);
591 out.attribute(null, "num", Integer.toString(N));
595 out.attribute(null, "value", Boolean.toString(val[i]));
610 * @param name Name attribute to include with this value's tag, or null
631 * @param name Name attribute to include with this value's tag, or null
646 out.attribute(null, "name", name);
653 out.attribute(null, "name", name);
701 out.attribute(null, "name", name);
715 out.attribute(null, "name", name);
717 out.attribute(null, "value", v.toString());
794 * @param name An array of one string, used to return the name attribute
813 * @param name An array of one string, used to return the name attribute
882 * @param name An array of one string, used to return the name attribute
901 * @param name An array of one string, used to return the name attribute
940 * @param name An array of one string, used to return the name attribute
962 * @param name An array of one string, used to return the name attribute
1005 * @param name An array of one string, used to return the name attribute
1021 "Need num attribute in byte-array");
1024 "Not a number in num attribute in byte-array");
1040 "Need value attribute in item");
1043 "Not a number in value attribute in item");
1074 * @param name An array of one string, used to return the name attribute
1089 throw new XmlPullParserException("Need num attribute in long-array");
1091 throw new XmlPullParserException("Not a number in num attribute in long-array");
1105 throw new XmlPullParserException("Need value attribute in item");
1107 throw new XmlPullParserException("Not a number in value attribute in item");
1135 * @param name An array of one string, used to return the name attribute
1149 throw new XmlPullParserException("Need num attribute in double-array");
1151 throw new XmlPullParserException("Not a number in num attribute in double-array");
1165 throw new XmlPullParserException("Need value attribute in item");
1167 throw new XmlPullParserException("Not a number in value attribute in item");
1195 * @param name An array of one string, used to return the name attribute
1209 throw new XmlPullParserException("Need num attribute in string-array");
1211 throw new XmlPullParserException("Not a number in num attribute in string-array");
1225 throw new XmlPullParserException("Need value attribute in item");
1227 throw new XmlPullParserException("Not a number in value attribute in item");
1255 * @param name An array of one string, used to return the name attribute
1269 throw new XmlPullParserException("Need num attribute in string-array");
1271 throw new XmlPullParserException("Not a number in num attribute in string-array");
1285 throw new XmlPullParserException("Need value attribute in item");
1287 throw new XmlPullParserException("Not a number in value attribute in item");
1315 * @param name An array of one string, used to return the name attribute
1474 throw new XmlPullParserException("Need value attribute in <" + tagName + ">");
1477 "Not a number in value attribute in <" + tagName + ">");
1543 out.attribute(null, name, Integer.toString(value));
1566 out.attribute(null, name, Long.toString(value));
1580 out.attribute(null, name, Float.toString(value));
1600 out.attribute(null, name, Boolean.toString(value));
1611 out.attribute(null, name, value.toString());
1622 out.attribute(null, name, value);
1638 out.attribute(null, name, Base64.encodeToString(value, Base64.DEFAULT));
1668 * @param name The mapping key for v. Must be written into the "name" attribute of the