Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java941 XNamedNodeMap xAttrMap = xElemFoo.getAttributes(); in testXElement() local
942 assertNotNull("XElement.getAttributes", xAttrMap); in testXElement()
943 assertTrue("XElement.getAttributes", 0 == xAttrMap.getLength()); in testXElement()
951 XNamedNodeMap xAttrMap = xElemFoo.getAttributes(); in testXElement() local
952 assertNotNull("XElement.getAttributes", xAttrMap); in testXElement()
953 assertTrue("XElement.getAttributes", 1 == xAttrMap.getLength()); in testXElement()
954 XNode xAttr_ = xAttrMap.getNamedItemNS(ns, "foo"); in testXElement()
958 XNamedNodeMap xAttrMap = xElemFooNs.getAttributes(); in testXElement() local
959 assertNotNull("XElement.getAttributes", xAttrMap); in testXElement()
960 assertTrue("XElement.getAttributes", 1 == xAttrMap.getLength()); in testXElement()
[all …]

Completed in 28 milliseconds