Lines Matching refs:CXPathAPI
49 Reference< XInterface > CXPathAPI::_getInstance(const Reference< XMultiServiceFactory >& rSMgr) in _getInstance()
51 return Reference< XInterface >(static_cast<XXPathAPI*>(new CXPathAPI(rSMgr))); in _getInstance()
55 CXPathAPI::CXPathAPI(const Reference< XMultiServiceFactory >& rSMgr) in CXPathAPI() function in XPath::CXPathAPI
60 const char* CXPathAPI::aImplementationName = "com.sun.star.comp.xml.xpath.XPathAPI";
61 const char* CXPathAPI::aSupportedServiceNames[] = {
66 OUString CXPathAPI::_getImplementationName() in _getImplementationName()
71 Sequence<OUString> CXPathAPI::_getSupportedServiceNames() in _getSupportedServiceNames()
81 Sequence< OUString > SAL_CALL CXPathAPI::getSupportedServiceNames() in getSupportedServiceNames()
84 return CXPathAPI::_getSupportedServiceNames(); in getSupportedServiceNames()
87 OUString SAL_CALL CXPathAPI::getImplementationName() in getImplementationName()
90 return CXPathAPI::_getImplementationName(); in getImplementationName()
93 sal_Bool SAL_CALL CXPathAPI::supportsService(const OUString& aServiceName) in supportsService()
96 Sequence< OUString > supported = CXPathAPI::_getSupportedServiceNames(); in supportsService()
106 void SAL_CALL CXPathAPI::registerNS( in registerNS()
116 void SAL_CALL CXPathAPI::unregisterNS( in unregisterNS()
177 CXPathAPI & rAPI, Reference< XNode > const& xNamespaceNode) in lcl_collectRegisterNamespaces()
221 Reference< XNodeList > SAL_CALL CXPathAPI::selectNodeList( in selectNodeList()
233 Reference< XNodeList > SAL_CALL CXPathAPI::selectNodeListNS( in selectNodeListNS()
246 Reference< XNode > SAL_CALL CXPathAPI::selectSingleNode( in selectSingleNode()
260 Reference< XNode > SAL_CALL CXPathAPI::selectSingleNodeNS( in selectSingleNodeNS()
336 Reference< XXPathObject > SAL_CALL CXPathAPI::eval( in eval()
410 Reference< XXPathObject > SAL_CALL CXPathAPI::evalNS( in evalNS()
425 void SAL_CALL CXPathAPI::registerExtension( in registerExtension()
441 void SAL_CALL CXPathAPI::registerExtensionInstance( in registerExtensionInstance()