Lines Matching refs:root
146 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in removeElement() local
150 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
154 root->removeChild(aNode); in removeElement()
161 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
273 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getKeyElement() local
275 return xpathApi->selectSingleNode(root, sExpression.makeStringAndClear()); in getKeyElement()
302 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in writeVectorOfPair() local
493 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in writeKeyElement() local
505 getXPathAPI()->selectSingleNode(root, sExpression); in writeKeyElement()
520 root->appendChild(keyNode); in writeKeyElement()
596 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getOneChildFromAllEntries() local
612 xpathApi->selectNodeList(root, buf.makeStringAndClear()); in getOneChildFromAllEntries()
654 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in addEntry() local
661 getXPathAPI()->selectSingleNode(root, sExpression); in addEntry()
671 root->appendChild(helpNode); in addEntry()
694 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getEntry() local
699 xpathApi->selectSingleNode(root, sExpression); in getEntry()