Home
last modified time | relevance | path

Searched refs:createElementNS (Results 1 – 25 of 65) sorted by relevance

123

/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Delementgetelementsbytagnamens04.java85 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()
Delementsetattributenodens04.java79 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()
Dnodegetprefix03.java81 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()
Dnodegetlocalname03.java81 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()
Dnodegetnamespaceuri03.java85 element = doc.createElementNS(nullNS, "elem"); in runTest()
86 elementNS = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in runTest()
Dnodesetprefix09.java67 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem"); in runTest()
DcreateElementNS05.java73 newElement = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
Dnodesetprefix06.java68 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem"); in runTest()
DcreateElementNS01.java79 newElement = doc.createElementNS(namespaceURI, malformedName); in runTest()
DdocumentcreateelementNS02.java88 element = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
DcreateElementNS06.java73 newElement = doc.createElementNS(namespaceURI, ""); in runTest()
DdocumentcreateelementNS05.java89 element = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
Delementsetattributens05.java71 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem"); in runTest()
DcreateElementNS04.java81 newElement = doc.createElementNS(namespaceURI, qualifiedName); in runTest()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DCreateElementNS.java90 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()
DElementGetElementsByTagNameNS.java71 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()
DDocumentCreateElementNS.java66 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()
DElementSetAttributeNodeNS.java89 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()
DNodeSetPrefix.java90 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()
DElementSetAttributeNS.java62 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()
DNodeGetPrefix.java81 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()
DNodeGetLocalName.java80 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()
DNodeGetNamespaceURI.java84 element = doc.createElementNS(nullNS, "elem"); in testGetNamespaceURI()
85 elementNS = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); in testGetNamespaceURI()
DElementHasAttributeNS.java93 element = doc.createElementNS("http://www.w3.org/DOM", "address"); in testHasAttributeNS2()
108 element = doc.createElementNS("http://www.w3.org/DOM", "address"); in testHasAttributeNS3()
DElementGetAttributeNodeNS.java64 element = doc.createElementNS("namespaceURI", "root"); in testGetAttributeNodeNS1()
94 element = doc.createElementNS("namespaceURI", "root"); in testGetAttributeNodeNS2()

123