Home | History | Annotate | Download | only in dom

Lines Matching refs:attrValue

83 //        String attrValue;
87 // attrValue = testAddr.getAttributeNS(namespaceURI, localName);
88 // assertEquals("attrValue", "DISTRICT", attrValue);
99 String attrValue;
108 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
109 assertEquals("throw_Equals", "", attrValue);
117 String attrValue;
123 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
124 assertEquals("throw_Equals", "", attrValue);
135 String attrValue;
142 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
143 assertEquals("throw_Equals", "NewValue", attrValue);
149 String attrValue;
154 attrValue = testAddr.getAttributeNS("http://www.nist.gov", "domestic");
155 assertEquals("attrValue", "Yes", attrValue);