/libcore/luni/src/main/java/org/w3c/dom/ |
D | Element.java | 109 public Attr getAttributeNode(String name); in getAttributeNode() 131 public Attr setAttributeNode(Attr newAttr) in setAttributeNode() 151 public Attr removeAttributeNode(Attr oldAttr) in removeAttributeNode() 275 public Attr getAttributeNodeNS(String namespaceURI, in getAttributeNodeNS() 305 public Attr setAttributeNodeNS(Attr newAttr) in setAttributeNodeNS() 435 public void setIdAttributeNode(Attr idAttr, in setIdAttributeNode()
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | NamedNodeMapGetNamedItemNS.java | 28 import org.w3c.dom.Attr; 104 Attr attribute; in testGetNamedItemNS2() 112 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov", in testGetNamedItemNS2() 121 Attr attribute; in testGetNamedItemNS3() 122 Attr newAttr1; in testGetNamedItemNS3() 123 Attr newAttr2; in testGetNamedItemNS3() 133 attribute = (Attr) attributes.getNamedItemNS( in testGetNamedItemNS3() 142 Attr attribute; in testGetNamedItemNS4() 143 Attr newAttr1; in testGetNamedItemNS4() 152 attribute = (Attr) attributes.getNamedItemNS( in testGetNamedItemNS4() [all …]
|
D | NamedNodeMapRemoveNamedItemNS.java | 28 import org.w3c.dom.Attr; 79 Attr attribute; in testRemoveNamedItemNS1() 86 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov", in testRemoveNamedItemNS1() 88 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov", in testRemoveNamedItemNS1() 119 Attr attribute; in testRemoveNamedItemNS3() 121 Attr attribute1; in testRemoveNamedItemNS3() 122 Attr attribute2; in testRemoveNamedItemNS3() 133 attribute = (Attr) attributes.removeNamedItemNS( in testRemoveNamedItemNS3() 135 attribute = (Attr) attributes.getNamedItemNS( in testRemoveNamedItemNS3() 144 Attr attribute; in _testRemoveNamedItemNS4() [all …]
|
D | NamedNodeMapSetNamedItemNS.java | 26 import org.w3c.dom.Attr; 87 Attr attribute; in testSetNamedItemNS1() 89 Attr newAttr1; in testSetNamedItemNS1() 99 attribute = (Attr) attributes.getNamedItemNS( in testSetNamedItemNS1() 108 Attr attribute; in testSetNamedItemNS2() 109 Attr attribute1; in testSetNamedItemNS2() 118 attribute = (Attr) attributes.getNamedItemNS( in testSetNamedItemNS2() 133 Attr attr; in testSetNamedItemNS3() 145 attr = (Attr) attributesAlt.getNamedItemNS(nullNS, "street"); in testSetNamedItemNS3() 167 Attr attrAlt; in testSetNamedItemNS4() [all …]
|
D | ElementSetAttributeNodeNS.java | 26 import org.w3c.dom.Attr; 79 Attr attribute1; in testSetAttributeNodeNS1() 80 Attr attribute2; in testSetAttributeNodeNS1() 81 Attr attrNode; in testSetAttributeNodeNS1() 113 Attr attribute; in testSetAttributeNodeNS2() 114 Attr attributeCloned; in testSetAttributeNodeNS2() 115 Attr newAttr; in testSetAttributeNodeNS2() 126 attributeCloned = (Attr) attribute.cloneNode(true); in testSetAttributeNodeNS2() 138 Attr attribute; in testSetAttributeNodeNS3() 164 Attr attribute; in testSetAttributeNodeNS4() [all …]
|
D | AttrGetOwnerElement.java | 3 import org.w3c.dom.Attr; 63 Attr attr; in testGetOwnerElement2() 76 Attr attr; in testGetOwnerElement3() 87 Attr attr; in testGetOwnerElement4() 88 Attr attrImp; in testGetOwnerElement4() 99 attrImp = (Attr) docImp.importNode(attr, true); in testGetOwnerElement4() 110 Attr attr; in testGetOwnerElement5() 121 attr = (Attr) nodeMap.getNamedItemNS(nullNS, "street"); in testGetOwnerElement5()
|
D | SetAttributeNodeNS.java | 28 import org.w3c.dom.Attr; 87 Attr newAttr; in testSetAttributeNode1() 154 Attr newAttr; in testSetAttributeNode3() 155 Attr newAddrAttr; in testSetAttributeNode3() 169 Attr newAttr; in testSetAttributeNode4() 170 Attr newAddrAttr; in testSetAttributeNode4() 187 Attr newAttr; in testSetAttributeNode5()
|
D | GetNamedItemNS.java | 5 import org.w3c.dom.Attr; 59 Attr domesticAttr; in testGetNamedItemNS1() 65 domesticAttr = (Attr) attributes.getNamedItemNS("http://www.usa.com", in testGetNamedItemNS1() 77 Attr newAttr; in testGetNamedItemNS2() 82 newAttr = (Attr) attributes.getNamedItemNS(namespaceURI, localName); in testGetNamedItemNS2()
|
D | ElementGetAttributeNodeNS.java | 5 import org.w3c.dom.Attr; 53 Attr attribute1; in testGetAttributeNodeNS1() 54 Attr attribute2; in testGetAttributeNodeNS1() 57 Attr attribute; in testGetAttributeNodeNS1() 90 Attr attribute; in testGetAttributeNodeNS2()
|
D | OwnerElement.java | 25 import org.w3c.dom.Attr; 79 Attr domesticAttr; in testGetOwnerElement1() 86 domesticAttr = (Attr) attributes.getNamedItem("domestic"); in testGetOwnerElement1() 93 Attr newAttr; in testGetOwnerElement2()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | namednodemapremovenameditemns04.java | 73 Attr attribute; in runTest() 74 Attr attributeRemoved; in runTest() 80 … attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns"); in runTest() 81 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns"); in runTest() 83 … attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc"); in runTest() 84 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc"); in runTest()
|
D | namednodemapremovenameditemns03.java | 74 Attr attribute; in runTest() 75 Attr newAttribute; in runTest() 76 Attr attribute1; in runTest() 77 Attr attribute2; in runTest() 86 attribute = (Attr) attributes.removeNamedItemNS("http://www.w3.org/DOM/L1", "att"); in runTest() 87 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/DOM/L2", "att"); in runTest()
|
D | namednodemapgetnameditemns03.java | 74 Attr attribute; in runTest() 75 Attr newAttr1; in runTest() 76 Attr newAttr2; in runTest() 77 Attr newAttribute; in runTest() 86 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/DOM/L2", "att"); in runTest()
|
D | namednodemapgetnameditemns06.java | 75 Attr attribute; in runTest() 76 Attr newAttr1; in runTest() 77 Attr newAttribute; in runTest() 87 attribute = (Attr) attributesMap1.getNamedItemNS("http://www.w3.org/DOM/L1", "street"); in runTest() 90 attribute = (Attr) attributesMap2.getNamedItemNS("http://www.w3.org/DOM/L1", "street"); in runTest()
|
D | elementgetattributenodens01.java | 72 Attr attribute1; in runTest() 73 Attr attribute2; in runTest() 74 Attr newAttribute1; in runTest() 75 Attr newAttribute2; in runTest() 76 Attr attribute; in runTest()
|
D | namednodemapgetnameditemns04.java | 76 Attr attribute; in runTest() 77 Attr newAttr1; in runTest() 78 Attr newAttribute; in runTest() 87 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/DOM/L1", "street"); in runTest()
|
D | namednodemapsetnameditemns01.java | 76 Attr attribute; in runTest() 77 Attr newAttribute; in runTest() 78 Attr newAttr1; in runTest() 87 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/DOM/L1", "streets"); in runTest()
|
D | elementsetattributenodens02.java | 75 Attr attribute; in runTest() 76 Attr attributeCloned; in runTest() 77 Attr newAttr; in runTest() 87 attributeCloned = (Attr) attribute.cloneNode(true); in runTest()
|
D | elementsetattributenodens01.java | 77 Attr attribute1; in runTest() 78 Attr attribute2; in runTest() 79 Attr attrNode; in runTest() 84 Attr newAttribute; in runTest()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | ElementImpl.java | 19 import org.w3c.dom.Attr; 87 Attr attr = getAttributeNode(name); in getAttribute() 97 Attr attr = getAttributeNodeNS(namespaceURI, localName); in getAttributeNS() 137 for (Attr attr : attributes) { in getElementById() 237 public Attr removeAttributeNode(Attr oldAttr) throws DOMException { in removeAttributeNode() 251 Attr attr = getAttributeNode(name); in setAttribute() 263 Attr attr = getAttributeNodeNS(namespaceURI, qualifiedName); in setAttributeNS() 273 public Attr setAttributeNode(Attr newAttr) throws DOMException { in setAttributeNode() 298 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException { in setAttributeNodeNS() 376 if (!(arg instanceof Attr)) { in setNamedItem() [all …]
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | hc_elementinuseattributeerr.java | 63 Attr newAttribute; in runTest() 67 Attr attrAddress; in runTest() 69 Attr setAttr1; in runTest() 70 Attr setAttr2; in runTest()
|
D | hc_attrclonenode1.java | 62 Attr titleAttr; in runTest() 67 Attr clonedTitle; in runTest() 72 titleAttr = (Attr) attributes.getNamedItem("title"); in runTest() 75 clonedTitle = (Attr) titleAttr.cloneNode(false); in runTest()
|
D | hc_namednodemapremovenameditem.java | 68 Attr newAttribute; in runTest() 71 Attr streetAttr; in runTest() 79 streetAttr = (Attr) attributes.getNamedItem("class"); in runTest()
|
D | namednodemapsetnameditem.java | 74 Attr newAttribute; in runTest() 77 Attr districtNode; in runTest() 86 districtNode = (Attr) attributes.getNamedItem("district"); in runTest()
|
D | hc_namednodemapsetnameditemthatexists.java | 75 Attr newAttribute; in runTest() 78 Attr districtNode; in runTest() 87 districtNode = (Attr) attributes.getNamedItem("class"); in runTest()
|