Home
last modified time | relevance | path

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

/AOO41X/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx147 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in removeElement() local
150 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
161 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
274 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getKeyElement() local
275 return xpathApi->selectSingleNode(root, sExpression.makeStringAndClear()); in getKeyElement()
370 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in readVectorOfPair() local
374 xpathApi->selectNodeList(parent, sExprPairs); in readVectorOfPair()
383 xpathApi->selectSingleNode(aPair, sExprFirst); in readVectorOfPair()
387 xpathApi->selectSingleNode(aPair, sExprSecond); in readVectorOfPair()
539 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in readSimpleElement() local
[all …]
/AOO41X/main/desktop/source/deployment/registry/help/
H A Ddp_helpbackenddb.cxx143 Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getAllDataUrls() local
148 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()
/AOO41X/main/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.cxx145 Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getAllDataUrls() local
150 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()