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

12

/libcore/ojluni/src/main/java/sun/nio/fs/
H A DDynamicFileAttributeView.java40 void setAttribute(String attribute, Object value) throws IOException; method in interface:DynamicFileAttributeView
H A DAbstractFileSystemProvider.java67 public final void setAttribute(Path file, method in class:AbstractFileSystemProvider
79 view.setAttribute(s[1], value);
H A DAbstractUserDefinedFileAttributeView.java63 public final void setAttribute(String attribute, Object value) method in class:AbstractUserDefinedFileAttributeView
H A DFileOwnerAttributeViewImpl.java61 public void setAttribute(String attribute, Object value) method in class:FileOwnerAttributeViewImpl
/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/ojluni/src/main/java/java/util/prefs/
H A DXmlSupport.java104 preferences.setAttribute("EXTERNAL_XML_VERSION", EXTERNAL_XML_VERSION);
107 xmlRoot.setAttribute("type", (p.isUserNode() ? "user" : "system"));
120 e.setAttribute("name", ancestors.get(i).name());
161 entry.setAttribute("key", keys[i]);
163 entry.setAttribute("value", prefs.get(keys[i], null));
180 xmlKid.setAttribute("name", kidNames[i]);
276 tf.setAttribute("indent-number", new Integer(2));
371 xmlMap.setAttribute("MAP_XML_VERSION", MAP_XML_VERSION);
377 xe.setAttribute("key", e.getKey());
378 xe.setAttribute("valu
[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

Completed in 1902 milliseconds

12