Searched refs:xFooNs (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 2463 XElement xFooNs = xDoc.createElementNS(ns, "ns:foo"); in testXXPathAPI() local 2470 xRoot.appendChild(xFooNs); in testXXPathAPI() 2530 xXPathAPI.evalNS(xRoot, "count(//ns:foo)", xFooNs); in testXXPathAPI() 2544 xXPathAPI.selectNodeListNS(xRoot, ".//ns:foo", xFooNs); in testXXPathAPI() 2547 assertEquals("XXPathAPI.selectNodeListNS", xFooNs, xResult.item(0)); in testXXPathAPI() 2556 xXPathAPI.selectSingleNodeNS(xFoo2, "//ns:foo", xFooNs); in testXXPathAPI() 2558 assertEquals("XXPathAPI.selectSingleNodeNS", xFooNs, xResult); in testXXPathAPI() 2569 assertEquals("XXPathAPI.registerNS", xFooNs, xResult); in testXXPathAPI() 2601 XElement xFooNs = xDoc.createElementNS(ns, "ns:foo"); in testXXPathObject() local 2608 xRoot.appendChild(xFooNs); in testXXPathObject() [all …]
|