Home
last modified time | relevance | path

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

/aoo4110/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2448 XXPathAPI xXPathAPI = in testXXPathAPI() local
2473 xXPathAPI.eval(xRoot, "~/-$+&#_"); in testXXPathAPI()
2477 xXPathAPI.evalNS(xRoot, "~/-$+&#_", xRoot); in testXXPathAPI()
2481 xXPathAPI.selectNodeList(xRoot, "~/-$+&#_"); in testXXPathAPI()
2497 xXPathAPI.eval(null, "child::foo"); in testXXPathAPI()
2501 xXPathAPI.evalNS(null, "child::foo", xRoot); in testXXPathAPI()
2505 xXPathAPI.selectNodeList(null, "child::foo"); in testXXPathAPI()
2565 xXPathAPI.registerNS("pre", ns); in testXXPathAPI()
2572 xXPathAPI.unregisterNS("pre", ns); in testXXPathAPI()
2586 XXPathAPI xXPathAPI = in testXXPathObject() local
[all …]
/aoo4110/main/extensions/source/update/feed/
H A Dupdatefeed.cxx208 const uno::Reference< xml::xpath::XXPathAPI >& xXPathAPI);
329 const uno::Reference< xml::xpath::XXPathAPI >& xXPathAPI in UpdateInformationProvider()
332 m_xXPathAPI(xXPathAPI), m_aRequestHeaderList(1) in UpdateInformationProvider()

Completed in 21 milliseconds