/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | elementgetelementsbytagnamens04.java | 85 element = doc.createElementNS("http://www.w3.org/DOM", "root"); in runTest() 86 child1 = doc.createElementNS("http://www.w3.org/DOM/Level1", "dom:child"); in runTest() 87 child2 = doc.createElementNS(nullNS, "child"); in runTest() 88 child3 = doc.createElementNS("http://www.w3.org/DOM/Level2", "dom:child"); in runTest()
|
D | elementsetattributenodens04.java | 79 element1 = doc.createElementNS("http://www.w3.org/DOM/Test", "elem1"); in runTest() 80 element2 = doc.createElementNS("http://www.w3.org/DOM/Test", "elem2"); in runTest()
|
D | nodegetprefix03.java | 81 element = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "elem"); in runTest() 82 qelement = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in runTest()
|
D | nodegetlocalname03.java | 81 element = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "elem"); in runTest() 82 qelement = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in runTest()
|
D | nodegetnamespaceuri03.java | 85 element = doc.createElementNS(nullNS, "elem"); in runTest() 86 elementNS = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in runTest()
|
D | nodesetprefix09.java | 67 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem"); in runTest()
|
D | createElementNS05.java | 73 newElement = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
|
D | nodesetprefix06.java | 68 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem"); in runTest()
|
D | createElementNS01.java | 79 newElement = doc.createElementNS(namespaceURI, malformedName); in runTest()
|
D | documentcreateelementNS02.java | 88 element = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
|
D | createElementNS06.java | 73 newElement = doc.createElementNS(namespaceURI, ""); in runTest()
|
D | documentcreateelementNS05.java | 89 element = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
|
D | elementsetattributens05.java | 71 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem"); in runTest()
|
D | createElementNS04.java | 81 newElement = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | CreateElementNS.java | 90 doc.createElementNS(namespaceURI, malformedName); in testCreateElementNS1() 108 doc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS2() 156 doc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS3() 174 doc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS4() 188 newElement = doc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS5() 203 doc.createElementNS(namespaceURI, ""); in testCreateElementNS6()
|
D | ElementGetElementsByTagNameNS.java | 71 element = doc.createElementNS("http://www.w3.org/DOM", "root"); in testGetElementsByTagNameNS4() 72 child1 = doc.createElementNS("http://www.w3.org/DOM/Level1", in testGetElementsByTagNameNS4() 74 child2 = doc.createElementNS(nullNS, "child"); in testGetElementsByTagNameNS4() 75 child3 = doc.createElementNS("http://www.w3.org/DOM/Level2", in testGetElementsByTagNameNS4()
|
D | DocumentCreateElementNS.java | 66 element = doc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS1() 90 doc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS2() 108 doc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS5() 132 newDoc.createElementNS(namespaceURI, qualifiedName); in testCreateElementNS6()
|
D | ElementSetAttributeNodeNS.java | 89 element = doc.createElementNS("http://www.w3.org/DOM/Test/Level2", in testSetAttributeNodeNS1() 167 element1 = doc.createElementNS("http://www.w3.org/DOM/Test", "elem1"); in testSetAttributeNodeNS4() 168 element2 = doc.createElementNS("http://www.w3.org/DOM/Test", "elem2"); in testSetAttributeNodeNS4() 190 element = doc.createElementNS("http://www.w3.org/DOM/Test", "elem1"); in testSetAttributeNodeNS5() 213 element = doc.createElementNS("http://www.w3.org/DOM/Test", "elem1"); in _testSetAttributeNodeNS6()
|
D | NodeSetPrefix.java | 90 element = doc.createElementNS("http://www.w3.org/DOM/Test", in testSetPrefix1() 178 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", in testSetPrefix5() 198 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", in testSetPrefix6() 253 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", in _testSetPrefix9()
|
D | ElementSetAttributeNS.java | 62 element = doc.createElementNS("http://www.w3.org/DOM", "dom:elem"); in testSetAttributeNS1() 132 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", in testSetAttributeNS4() 155 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", in testSetAttributeNS5() 172 element = doc.createElementNS("http://www.w3.org/DOMTest/level2", in testSetAttributeNS8()
|
D | NodeGetPrefix.java | 81 element = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "elem"); in testGetPrefix() 82 qelement = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in testGetPrefix()
|
D | NodeGetLocalName.java | 80 element = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "elem"); in testGetLocalName() 81 qelement = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in testGetLocalName()
|
D | NodeGetNamespaceURI.java | 84 element = doc.createElementNS(nullNS, "elem"); in testGetNamespaceURI() 85 elementNS = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in testGetNamespaceURI()
|
D | ElementHasAttributeNS.java | 93 element = doc.createElementNS("http://www.w3.org/DOM", "address"); in testHasAttributeNS2() 108 element = doc.createElementNS("http://www.w3.org/DOM", "address"); in testHasAttributeNS3()
|
D | ElementGetAttributeNodeNS.java | 64 element = doc.createElementNS("namespaceURI", "root"); in testGetAttributeNodeNS1() 94 element = doc.createElementNS("namespaceURI", "root"); in testGetAttributeNodeNS2()
|