Searched refs:xXPath (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/extensions/source/update/check/ |
H A D | updateprotocol.cxx | 118 uno::Reference< xml::xpath::XXPathAPI > xXPath( in checkForUpdates() local 122 …xXPath->registerNS( UNISTRING("inst"), UNISTRING("http://installation.openoffice.org/description")… in checkForUpdates() 155 xNodeList = xXPath->selectNodeList(xNode, aXPathExpression in checkForUpdates() 183 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates() 193 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates() 206 xNodeList = xXPath->selectNodeList(xNode, aXPathExpression in checkForUpdates()
|
/aoo41x/main/forms/source/xforms/ |
H A D | computedexpression.cxx | 203 Reference<XXPathAPI> xXPath( createInstance( in _getXPathAPI() local 206 OSL_ENSURE( xXPath.is(), "cannot get XPath API" ); in _getXPathAPI() 220 xXPath->registerExtensionInstance(aExtension); in _getXPathAPI() 233 xXPath->registerNS( *pNamePrefix, sNameURL ); in _getXPathAPI() 238 return xXPath; in _getXPathAPI()
|
/aoo41x/main/extensions/source/update/feed/ |
H A D | updatefeed.cxx | 436 uno::Reference< xml::xpath::XXPathAPI > xXPath( in createInstance() local 440 xXPath->registerNS( UNISTRING("atom"), UNISTRING("http://www.w3.org/2005/Atom") ); in createInstance() 442 …UpdateInformationProvider(xContext, xContentIdFactory, xContentProvider, xDocumentBuilder, xXPath); in createInstance()
|
Completed in 18 milliseconds