Searched defs:xNodeList (Results 1 – 7 of 7) sorted by relevance
120 Reference<XNodeList> xNodeList = mxResult->getNodeList(); in evaluate() local
725 Reference<XNodeList> xNodeList = pBinding->getXNodeList(); in getBindingForNode() local
246 XNodeList xNodeList = xDoc.getElementsByTagName("foo"); in testXDocument() local253 XNodeList xNodeList = xDoc.getElementsByTagNameNS(ns, "foo"); in testXDocument() local277 XNodeList xNodeList = xDoc.getElementsByTagName("foo"); in testXDocument() local288 XNodeList xNodeList = xDoc.getElementsByTagNameNS(ns, "foo"); in testXDocument() local786 XNodeList xNodeList = xElemFoo.getElementsByTagName("bar"); in testXElement() local793 XNodeList xNodeList = xElemFoo.getElementsByTagNameNS(ns, "bar"); in testXElement() local802 XNodeList xNodeList = xElemFoo.getElementsByTagName("foo"); in testXElement() local812 XNodeList xNodeList = xElemFoo.getElementsByTagNameNS(ns, "foo"); in testXElement() local2687 XNodeList xNodeList = xResult.getNodeList(); in testXNodeList_NodeList() local
153 uno::Reference< xml::dom::XNodeList > xNodeList; in checkForUpdates() local
234 UpdateInformationEnumeration(const uno::Reference< xml::dom::XNodeList >& xNodeList, in UpdateInformationEnumeration()633 uno::Reference< xml::dom::XNodeList > xNodeList; in getUpdateInformationEnumeration() local
439 Reference< XNodeList > const xNodeList(new CChildList(this, m_rMutex)); in getChildNodes() local
380 Reference< css::xml::dom::XNodeList > xNodeList = _xNode->getChildNodes(); in AddChildren() local
Completed in 84 milliseconds