Home
last modified time | relevance | path

Searched refs:attrNS (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DNodeGetNamespaceURI.java76 Attr attrNS; in testGetNamespaceURI() local
87 attrNS = doc.createAttributeNS("http://www.w3.org/DOM/Test/attr", "qual:qattr"); in testGetNamespaceURI()
90 attrNSURI = attrNS.getNamespaceURI(); in testGetNamespaceURI()
DElementGetAttributeNodeNS.java62 String attrNS; in testGetAttributeNodeNS1() local
77 attrNS = attribute.getNamespaceURI(); in testGetAttributeNodeNS1()
85 "http://www.w3.org/DOM/Level2", attrNS); in testGetAttributeNodeNS1()
DElementSetAttributeNodeNS.java83 String attrNS; in testSetAttributeNodeNS1() local
101 attrNS = attrNode.getNamespaceURI(); in testSetAttributeNodeNS1()
104 "http://www.w3.org/DOM/Test/att1", attrNS); in testSetAttributeNodeNS1()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Delementsetattributenodens01.java81 String attrNS; in runTest() local
95 attrNS = attrNode.getNamespaceURI(); in runTest()
97 assertEquals("elementsetattributenodens01_attrNS", "http://www.w3.org/DOM/Test/att1", attrNS); in runTest()
Dnodegetnamespaceuri03.java77 Attr attrNS; in runTest() local
88 attrNS = doc.createAttributeNS("http://www.w3.org/DOM/Test/attr", "qual:qattr"); in runTest()
91 attrNSURI = attrNS.getNamespaceURI(); in runTest()
Delementgetattributenodens01.java81 String attrNS; in runTest() local
93 attrNS = attribute.getNamespaceURI(); in runTest()
98 assertEquals("elementgetattributenodens01_attrNs", "http://www.w3.org/DOM/Level2", attrNS); in runTest()