Searched refs:getAttributes (Results 151 - 175 of 203) sorted by relevance

123456789

/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dnamednodemapsetnameditemns10.java89 attributes = element.getAttributes();
H A Dnamednodemapsetnameditemns11.java90 attributes = element.getAttributes();
H A DremoveNamedItemNS01.java84 attributes = testAddress.getAttributes();
H A DremoveNamedItemNS02.java82 attributes = testAddress.getAttributes();
H A DsetNamedItemNS02.java87 attributes = testAddress.getAttributes();
H A DsetNamedItemNS03.java84 attributes = testAddress.getAttributes();
H A DsetNamedItemNS05.java83 attributes = testAddress.getAttributes();
H A DremoveNamedItemNS03.java103 attributes = child2.getAttributes();
H A DsetNamedItemNS04.java104 attributes = child2.getAttributes();
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DHCNamedNodeMapInvalidType.java77 attributes = docElem.getAttributes();
H A DOwnerElement.java85 attributes = testNode.getAttributes();
H A DAttrGetOwnerElement.java51 // attributes = element.getAttributes();
119 nodeMap = element.getAttributes();
/libcore/ojluni/src/main/java/java/text/
H A DAttributedCharacterIterator.java267 public Map<Attribute,Object> getAttributes(); method in interface:AttributedCharacterIterator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarEntryTest.java97 * java.util.jar.JarEntry#getAttributes()
109 .getAttributes());
113 .getAttributes());
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dattrsetvaluenomodificationallowederr.java93 attrList = g.getAttributes();
H A Dhc_attrinsertbefore3.java76 attributes = testNode.getAttributes();
H A Dhc_attrinsertbefore4.java75 attributes = testNode.getAttributes();
H A Dhc_attrinsertbefore7.java78 attributes = testNode.getAttributes();
H A Dhc_attrreplacechild2.java73 attributes = testNode.getAttributes();
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java264 public NamedNodeMap getAttributes(); method in interface:Node
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKSSecretKeyEntryTest.java88 * Test for <code>getAttributes()</code> method
109 Set<KeyStore.Entry.Attribute> returnedAttributeSet = ksSKE.getAttributes();
H A DKSTrustedCertificateEntryTest.java91 * Test for <code>getAttributes()</code> method
113 Set<KeyStore.Entry.Attribute> returnedAttributeSet = ksTCE.getAttributes();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java66 public Map getAttributes() { method in class:AttributedStringTest.testAttributedCharacterIterator
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DOldJarEntryTest.java84 * java.util.jar.JarEntry#getAttributes()
94 jarEntry.getAttributes();
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarInputStream.java229 e.attr = man.getAttributes(name);

Completed in 730 milliseconds

123456789