Home
last modified time | relevance | path

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

/AOO41X/main/unoxml/source/xpath/ !
H A Dxpathapi.hxx123 …virtual Reference< XNodeList > SAL_CALL selectNodeListNS(const Reference< XNode >& contextNode, co…
H A Dxpathapi.cxx233 Reference< XNodeList > SAL_CALL CXPathAPI::selectNodeListNS( in selectNodeListNS() function in XPath::CXPathAPI
/AOO41X/main/offapi/com/sun/star/xml/xpath/ !
H A DXXPathAPI.idl151 com::sun::star::xml::dom::XNodeList selectNodeListNS(
/AOO41X/main/unoxml/qa/complex/unoxml/ !
H A DDOMTest.java2485 xXPathAPI.selectNodeListNS(xRoot, "~/-$+&#_", xRoot); in testXXPathAPI()
2509 xXPathAPI.selectNodeListNS(null, "child::foo", xRoot); in testXXPathAPI()
2544 xXPathAPI.selectNodeListNS(xRoot, ".//ns:foo", xFooNs); in testXXPathAPI()