Searched refs:attrNS (Results 1 – 6 of 6) sorted by relevance
76 Attr attrNS; in testGetNamespaceURI() local87 attrNS = doc.createAttributeNS("http://www.w3.org/DOM/Test/attr", "qual:qattr"); in testGetNamespaceURI()90 attrNSURI = attrNS.getNamespaceURI(); in testGetNamespaceURI()
62 String attrNS; in testGetAttributeNodeNS1() local77 attrNS = attribute.getNamespaceURI(); in testGetAttributeNodeNS1()85 "http://www.w3.org/DOM/Level2", attrNS); in testGetAttributeNodeNS1()
83 String attrNS; in testSetAttributeNodeNS1() local101 attrNS = attrNode.getNamespaceURI(); in testSetAttributeNodeNS1()104 "http://www.w3.org/DOM/Test/att1", attrNS); in testSetAttributeNodeNS1()
81 String attrNS; in runTest() local95 attrNS = attrNode.getNamespaceURI(); in runTest()97 assertEquals("elementsetattributenodens01_attrNS", "http://www.w3.org/DOM/Test/att1", attrNS); in runTest()
77 Attr attrNS; in runTest() local88 attrNS = doc.createAttributeNS("http://www.w3.org/DOM/Test/attr", "qual:qattr"); in runTest()91 attrNSURI = attrNS.getNamespaceURI(); in runTest()
81 String attrNS; in runTest() local93 attrNS = attribute.getNamespaceURI(); in runTest()98 assertEquals("elementgetattributenodens01_attrNs", "http://www.w3.org/DOM/Level2", attrNS); in runTest()