Searched refs:getAttribute (Results 1 - 25 of 50) sorted by path

12

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentcreateelementcasesensitive.java75 attribute1 = newElement1.getAttribute("district");
76 attribute2 = newElement2.getAttribute("county");
H A Delementaddnewattribute.java73 attrValue = testEmployee.getAttribute("district");
H A Delementchangeattributevalue.java76 attrValue = testEmployee.getAttribute("street");
H A Delementcreatenewattribute.java80 attrVal = testAddress.getAttribute("district");
H A Delementgetelementempty.java31 * The "getAttribute(name)" method returns an empty
36 * invoke "getAttribute(name)" method, where "name" is an
38 * The "getAttribute(name)" method should return the empty
79 attrValue = testEmployee.getAttribute("district");
H A Delementremoveattribute.java82 attrValue = testEmployee.getAttribute("street");
H A Delementremoveattributerestoredefaultvalue.java82 attribute = testEmployee.getAttribute("street");
H A Delementreplaceexistingattribute.java79 name = testEmployee.getAttribute("street");
H A Delementretrieveattrvalue.java31 * The "getAttribute(name)" method returns an attribute
35 * invoke the 'getAttribute("street")' method. This should
70 attrValue = testAddress.getAttribute("street");
H A Dhc_documentcreateelementcasesensitive.java79 attribute1 = newElement1.getAttribute("lang");
80 attribute2 = newElement2.getAttribute("title");
H A Dhc_elementaddnewattribute.java73 attrValue = testEmployee.getAttribute("lang");
H A Dhc_elementchangeattributevalue.java75 attrValue = testEmployee.getAttribute("class");
H A Dhc_elementcreatenewattribute.java80 attrVal = testAddress.getAttribute("lang");
H A Dhc_elementgetelementempty.java31 * The "getAttribute(name)" method returns an empty
36 * invoke "getAttribute(name)" method, where "strong" is an
38 * The "getAttribute(name)" method should return the empty
79 attrValue = testEmployee.getAttribute("lang");
H A Dhc_elementremoveattribute.java69 attrValue = testEmployee.getAttribute("class");
H A Dhc_elementreplaceexistingattribute.java78 strong = testEmployee.getAttribute("class");
H A Dhc_elementretrieveattrvalue.java31 * The "getAttribute(name)" method returns an attribute
35 * invoke the 'getAttribute("class")' method. This should
69 attrValue = testAddress.getAttribute("class");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java63 public Object getAttribute(AttributedCharacterIterator.Attribute p) { method in class:AttributedStringTest.testAttributedCharacterIterator
H A DSupport_Format.java90 Object value = iterator.getAttribute(attribute);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
H A DDocumentBuilderFactoryTest.java77 * javax.xml.parsers.DocumentBuilderFactory#getAttribute(String).
88 // assertEquals(values[i], dbf.getAttribute(attributes[i]));
108 // dbf.getAttribute(badAttributes[i]);
339 // assertEquals(values[i], dbf.getAttribute(attributes[i]));
681 dbf.getAttribute("foo");
956 public Object getAttribute(String name) { method in class:DocumentBuilderFactoryTest.DocumentBuilderFactoryChild
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilderFactory.java295 public abstract Object getAttribute(String name) method in class:DocumentBuilderFactory
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerFactory.java307 public abstract Object getAttribute(String name); method in class:TransformerFactory
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java82 public String getAttribute(String name) { method in class:ElementImpl
145 if (name.equals(getAttribute("id"))) {
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderFactoryImpl.java38 public Object getAttribute(String name) throws IllegalArgumentException { method in class:DocumentBuilderFactoryImpl
/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java53 public String getAttribute(String name); method in interface:Element

Completed in 575 milliseconds

12