Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2327 XElement xFoo2 = xDoc.createElement("foo"); in testXNodeList_ElementList() local
2353 xBar.appendChild(xFoo2); in testXNodeList_ElementList()
2356 assertEquals("ElementList.item", xFoo2, xElementList.item(1)); in testXNodeList_ElementList()
2462 XElement xFoo2 = xDoc.createElement("foo"); in testXXPathAPI() local
2469 xBar.appendChild(xFoo2); in testXXPathAPI()
2552 assertEquals("XXPathAPI.selectSingleNode", xFoo2, xResult); in testXXPathAPI()
2600 XElement xFoo2 = xDoc.createElement("foo"); in testXXPathObject() local
2607 xBar.appendChild(xFoo2); in testXXPathObject()
2672 XElement xFoo2 = xDoc.createElement("foo"); in testXNodeList_NodeList() local
2679 xBar.appendChild(xFoo2); in testXNodeList_NodeList()
[all …]

Completed in 27 milliseconds