Searched refs:xpathApi (Results 1 – 3 of 3) sorted by relevance
147 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in removeElement() local150 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()161 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()274 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getKeyElement() local275 return xpathApi->selectSingleNode(root, sExpression.makeStringAndClear()); in getKeyElement()370 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in readVectorOfPair() local374 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 …]
143 Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getAllDataUrls() local148 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()
145 Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getAllDataUrls() local150 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()