Searched refs:setAttribute (Results 1 - 25 of 33) sorted by relevance

12

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentcreateelementcasesensitive.java73 newElement1.setAttribute("district", "Fort Worth");
74 newElement2.setAttribute("county", "Dallas");
H A Dhc_documentcreateelementcasesensitive.java77 newElement1.setAttribute("lang", "EN");
78 newElement2.setAttribute("title", "Dallas");
H A Dattrspecifiedvaluechanged.java37 * This test uses the "setAttribute(name,value)" method
75 ((Element) /*Node */testNode).setAttribute("street", "Yes");
H A Delementaddnewattribute.java31 * The "setAttribute(name,value)" method adds a new attribute
36 * "setAttribute(name,value)" method. It should create
72 testEmployee.setAttribute("district", "dallas");
H A Delementchangeattributevalue.java31 * The "setAttribute(name,value)" method adds a new attribute
38 * "setAttribute(name,value)" method. Since the name of the
75 testEmployee.setAttribute("street", "Neither");
H A Delementinvalidcharacterexception.java31 * The "setAttribute(name,value)" method raises an
36 * call its "setAttribute(name,value)" method with
77 testAddress.setAttribute("invalid^Name", "value");
H A Dhc_attrspecifiedvaluechanged.java37 * This test uses the "setAttribute(name,value)" method
74 ((Element) /*Node */testNode).setAttribute("class", "Y\u03b1"); // android-changed: GREEK LOWER CASE ALPHA
H A Dhc_elementaddnewattribute.java31 * The "setAttribute(name,value)" method adds a new attribute
36 * "setAttribute(name,value)" method. It should create
72 testEmployee.setAttribute("lang", "EN-us");
H A Dhc_elementchangeattributevalue.java31 * The "setAttribute(name,value)" method adds a new attribute
38 * "setAttribute(name,value)" method. Since the name of the
74 testEmployee.setAttribute("class", "Neither");
H A Dhc_elementinvalidcharacterexception.java31 * The "setAttribute(name,value)" method raises an
35 * call its "setAttribute(name,value)" method with
75 testAddress.setAttribute("invalid^Name", "value");
H A Dhc_elementinvalidcharacterexception1.java31 * Calling Element.setAttribute with an empty name will cause an INVALID_CHARACTER_ERR.
70 testAddress.setAttribute("", "value");
H A Dattrcreatedocumentfragment.java74 newOne.setAttribute("newdomestic", "Yes");
H A Delementsetattributenomodificationallowederr.java31 * The "setAttribute(name,value)" method for an attribute causes the
37 * from the entity reference by executing the "setAttribute(name,value)" method.
90 entElement.setAttribute("newAttr", "newValue");
H A DelementsetattributenomodificationallowederrEE.java31 * The "setAttribute(name,value)" method for an attribute causes the
37 * from the entity reference by executing the "setAttribute(name,value)" method.
85 entElement.setAttribute("newAttr", "newValue");
H A Dhc_attrcreatedocumentfragment.java76 newOne.setAttribute("lang", "EN");
/libcore/luni/src/main/java/libcore/icu/
H A DRuleBasedCollatorICU.java75 NativeCollation.setAttribute(address, DECOMPOSITION_MODE, mode);
83 NativeCollation.setAttribute(address, STRENGTH, strength);
86 public void setAttribute(int type, int value) { method in class:RuleBasedCollatorICU
87 NativeCollation.setAttribute(address, type, value);
H A DNativeCollation.java32 public static native void setAttribute(int address, int type, int value); method in class:NativeCollation
H A DNativeDecimalFormat.java58 * getAttribute/setAttribute.
405 setAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN, i);
414 setAttribute(this.address, UNUM_GROUPING_SIZE, value);
419 setAttribute(this.address, UNUM_GROUPING_USED, i);
423 setAttribute(this.address, UNUM_MAX_FRACTION_DIGITS, value);
427 setAttribute(this.address, UNUM_MAX_INTEGER_DIGITS, value);
431 setAttribute(this.address, UNUM_MIN_FRACTION_DIGITS, value);
435 setAttribute(this.address, UNUM_MIN_INTEGER_DIGITS, value);
439 setAttribute(this.address, UNUM_MULTIPLIER, value);
478 setAttribute(thi
640 private static native void setAttribute(int addr, int symbol, int i); method in class:NativeDecimalFormat
[all...]
/libcore/dom/src/test/java/org/w3c/domts/
H A DDocumentBuilderSettingStrategy.java161 factory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
164 factory.setAttribute(JAXP_SCHEMA_LANGUAGE,
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentBuilderSettingStrategy.java122 factory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
124 factory.setAttribute(JAXP_SCHEMA_LANGUAGE,
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerFactory.java296 public abstract void setAttribute(String name, Object value); method in class:TransformerFactory
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderFactoryImpl.java84 public void setAttribute(String name, Object value) method in class:DocumentBuilderFactoryImpl
/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java77 public void setAttribute(String name, method in interface:Element
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilderFactory.java284 public abstract void setAttribute(String name, Object value) method in class:DocumentBuilderFactory
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
H A DAttributesImplTest.java297 multi.setAttribute(0, "http://yet.another.uri", "doe", "john:doe",
306 multi.setAttribute(1, null, null, null, null, null);
315 multi.setAttribute(-1, "http://yet.another.uri", "doe", "john:doe",
323 multi.setAttribute(5, "http://yet.another.uri", "doe", "john:doe",

Completed in 1145 milliseconds

12