Lines Matching refs:xpathApi
147 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
541 xpathApi->selectSingleNode(xParent, sExpr); in readSimpleElement()
565 const Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in readList() local
569 xpathApi->selectNodeList(parent, sExprList); in readList()
598 Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getOneChildFromAllEntries() local
612 xpathApi->selectNodeList(root, buf.makeStringAndClear()); in getOneChildFromAllEntries()
696 Reference<css::xml::xpath::XXPathAPI> xpathApi = getXPathAPI(); in getEntry() local
699 xpathApi->selectSingleNode(root, sExpression); in getEntry()