Home
last modified time | relevance | path

Searched refs:xXPath (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/extensions/source/update/check/
H A Dupdateprotocol.cxx118 uno::Reference< xml::xpath::XXPathAPI > xXPath( in checkForUpdates() local
122xXPath->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()
/aoo42x/main/forms/source/xforms/
H A Dcomputedexpression.cxx203 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()
/aoo42x/main/extensions/source/update/feed/
H A Dupdatefeed.cxx436 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 35 milliseconds