/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | SetAttributeNS.java | 84 Node testAddr; in testSetAttributeNS1() local 87 testAddr = elementList.item(0); in testSetAttributeNS1() 92 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS1() 105 Node testAddr; in testSetAttributeNS2() local 108 testAddr = elementList.item(0); in testSetAttributeNS2() 114 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS2() 164 Node testAddr; in testSetAttributeNS4() local 172 testAddr = elementList.item(0); in testSetAttributeNS4() 173 assertNotNull("empAddrNotNull", testAddr); in testSetAttributeNS4() 174 ((Element) /* Node */testAddr).setAttributeNS("http://www.nist.gov", in testSetAttributeNS4() [all …]
|
D | GetAttributeNS.java | 97 Element testAddr; in testGetAttributeNS2() local 103 testAddr = (Element) elementList.item(0); in testGetAttributeNS2() 104 assertNotNull("empAddrNotNull", testAddr); in testGetAttributeNS2() 105 testAddr.setAttributeNodeNS(newAttribute); in testGetAttributeNS2() 107 testAddr = (Element) elementList.item(0); in testGetAttributeNS2() 108 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in testGetAttributeNS2() 116 Element testAddr; in testGetAttributeNS3() local 120 testAddr = (Element) elementList.item(0); in testGetAttributeNS3() 121 assertNotNull("empAddrNotNull", testAddr); in testGetAttributeNS3() 122 testAddr.removeAttributeNS(namespaceURI, localName); in testGetAttributeNS3() [all …]
|
D | SetAttributeNodeNS.java | 89 Node testAddr; in testSetAttributeNode1() local 93 testAddr = elementList.item(0); in testSetAttributeNode1() 94 assertNotNull("empAddrNotNull", testAddr); in testSetAttributeNode1() 96 testAddr.appendChild(newElement); in testSetAttributeNode1() 103 ((Element) /* Node */testAddr).setAttributeNodeNS(newAttr); in testSetAttributeNode1() 153 Node testAddr; in testSetAttributeNode3() local 158 testAddr = elementList.item(0); in testSetAttributeNode3() 159 assertNotNull("empAddrNotNull", testAddr); in testSetAttributeNode3() 161 newAddrAttr = ((Element) /* Node */testAddr) in testSetAttributeNode3() 168 Node testAddr; in testSetAttributeNode4() local [all …]
|
D | GetAttributeNodeNS.java | 79 Element testAddr; in testGetAttributeNodeNS1() local 83 testAddr = (Element) elementList.item(0); in testGetAttributeNodeNS1() 84 assertNotNull("empAddrNotNull", testAddr); in testGetAttributeNodeNS1() 85 attribute = testAddr.getAttributeNodeNS(namespaceURI, localName); in testGetAttributeNodeNS1() 91 Element testAddr; in testGetAttributeNodeNS2() local 96 testAddr = (Element) elementList.item(0); in testGetAttributeNodeNS2() 97 assertNotNull("empAddrNotNull", testAddr); in testGetAttributeNodeNS2() 98 attribute = testAddr.getAttributeNodeNS("http://www.nist.gov", in testGetAttributeNodeNS2()
|
D | NamespaceURI.java | 94 Element testAddr; in testGetNamespaceURI2() local 99 testAddr = (Element) elementList.item(0); in testGetNamespaceURI2() 100 assertNotNull("empAddressNotNull", testAddr); in testGetNamespaceURI2() 101 addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov", in testGetNamespaceURI2()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | removeAttributeNS02.java | 81 Node testAddr; in runTest() local 89 testAddr = elementList.item(0); in runTest() 90 ((Element) /*Node */testAddr).removeAttributeNS("http://www.nist.gov", "local1"); in runTest() 92 testAddr = elementList.item(0); in runTest() 93 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS("http://www.nist.gov", "local1"); in runTest() 94 attr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "local1"); in runTest() 97 prefix = testAddr.getPrefix(); in runTest()
|
D | getAttributeNS02.java | 74 Element testAddr; in runTest() local 80 testAddr = (Element) elementList.item(0); in runTest() 81 assertNotNull("empAddrNotNull", testAddr); in runTest() 82 districtAttr = testAddr.setAttributeNodeNS(newAttribute); in runTest() 84 testAddr = (Element) elementList.item(0); in runTest() 85 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in runTest()
|
D | setAttributeNS09.java | 75 Node testAddr; in runTest() local 83 testAddr = elementList.item(0); in runTest() 84 assertNotNull("empAddrNotNull", testAddr); in runTest() 85 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest() 86 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS(namespaceURI, localName); in runTest() 87 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName); in runTest()
|
D | setAttributeNS04.java | 80 Node testAddr; in runTest() local 88 testAddr = elementList.item(0); in runTest() 89 assertNotNull("empAddrNotNull", testAddr); in runTest() 90 … ((Element) /*Node */testAddr).setAttributeNS("http://www.nist.gov", "newprefix:zone", "newValue"); in runTest() 91 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS("http://www.nist.gov", "zone"); in runTest() 92 resultAttr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "zone"); in runTest()
|
D | getAttributeNS03.java | 71 Element testAddr; in runTest() local 75 testAddr = (Element) elementList.item(0); in runTest() 76 assertNotNull("empAddrNotNull", testAddr); in runTest() 77 testAddr.removeAttributeNS(namespaceURI, localName); in runTest() 78 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in runTest()
|
D | setAttributeNS05.java | 76 Node testAddr; in runTest() local 81 testAddr = elementList.item(0); in runTest() 82 assertNotNull("empAddrNotNull", testAddr); in runTest() 83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "<newValue>"); in runTest() 84 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName); in runTest()
|
D | getAttributeNS04.java | 74 Element testAddr; in runTest() local 80 testAddr = (Element) elementList.item(0); in runTest() 81 assertNotNull("empAddrNotNull", testAddr); in runTest() 82 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue"); in runTest() 83 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in runTest()
|
D | setAttributeNodeNS01.java | 80 Node testAddr; in runTest() local 86 testAddr = elementList.item(0); in runTest() 87 assertNotNull("empAddrNotNull", testAddr); in runTest() 89 appendedChild = testAddr.appendChild(newElement); in runTest() 96 setAttr2 = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr); in runTest()
|
D | getAttributeNodeNS01.java | 72 Element testAddr; in runTest() local 76 testAddr = (Element) elementList.item(0); in runTest() 77 assertNotNull("empAddrNotNull", testAddr); in runTest() 78 attribute = testAddr.getAttributeNodeNS(namespaceURI, localName); in runTest()
|
D | setAttributeNodeNS03.java | 74 Node testAddr; in runTest() local 79 testAddr = elementList.item(0); in runTest() 80 assertNotNull("empAddrNotNull", testAddr); in runTest() 82 newAddrAttr = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr); in runTest()
|
D | getAttributeNS05.java | 75 Element testAddr; in runTest() local 79 testAddr = (Element) elementList.item(0); in runTest() 80 assertNotNull("empAddrNotNull", testAddr); in runTest() 81 attrValue = testAddr.getAttributeNS("http://www.nist.gov", "domestic"); in runTest()
|
D | localName01.java | 76 Element testAddr; in runTest() local 81 testAddr = (Element) elementList.item(0); in runTest() 82 assertNotNull("empAddrNotNull", testAddr); in runTest() 83 addrAttr = testAddr.getAttributeNode("emp:domestic"); in runTest()
|
D | getAttributeNodeNS02.java | 75 Element testAddr; in runTest() local 80 testAddr = (Element) elementList.item(0); in runTest() 81 assertNotNull("empAddrNotNull", testAddr); in runTest() 82 attribute = testAddr.getAttributeNodeNS("http://www.nist.gov", "domestic"); in runTest()
|
D | namespaceURI02.java | 74 Element testAddr; in runTest() local 79 testAddr = (Element) elementList.item(0); in runTest() 80 assertNotNull("empAddressNotNull", testAddr); in runTest() 81 addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov", "domestic"); in runTest()
|
D | setAttributeNodeNS04.java | 78 Node testAddr; in runTest() local 84 testAddr = elementList.item(0); in runTest() 85 assertNotNull("empAddrNotNull", testAddr); in runTest() 87 newAddrAttr = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr); in runTest()
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | hc_nodetextnodename.java | 60 Element testAddr; in runTest() local 65 testAddr = (Element) elementList.item(0); in runTest() 66 textNode = testAddr.getFirstChild(); in runTest()
|
D | hc_nodeattributenodetype.java | 64 Element testAddr; in runTest() local 69 testAddr = (Element) elementList.item(0); in runTest() 70 addrAttr = testAddr.getAttributeNode("title"); in runTest()
|
D | nodetextnodename.java | 66 Element testAddr; in runTest() local 71 testAddr = (Element) elementList.item(0); in runTest() 72 textNode = testAddr.getFirstChild(); in runTest()
|
D | nodeattributenodename.java | 66 Element testAddr; in runTest() local 71 testAddr = (Element) elementList.item(0); in runTest() 72 addrAttr = testAddr.getAttributeNode("domestic"); in runTest()
|
D | nodeattributenodevalue.java | 66 Element testAddr; in runTest() local 71 testAddr = (Element) elementList.item(0); in runTest() 72 addrAttr = testAddr.getAttributeNode("domestic"); in runTest()
|