Lines Matching refs:xNode2
170 uno::Reference< xml::dom::XNode > xNode2( xNodeList->item(i) ); in checkForUpdates() local
172 if( xNode2.is() ) in checkForUpdates()
174 … uno::Reference< xml::dom::XElement > xParent(xNode2->getParentNode(), uno::UNO_QUERY_THROW); in checkForUpdates()
178 … o_rUpdateInfo.Sources.push_back( DownloadSource(bIsDirect, xNode2->getNodeValue()) ); in checkForUpdates()
182 uno::Reference< xml::dom::XNode > xNode2; in checkForUpdates() local
184 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates()
190 if( xNode2.is() ) in checkForUpdates()
191 o_rUpdateInfo.Version = xNode2->getNodeValue(); in checkForUpdates()
194 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates()
200 if( xNode2.is() ) in checkForUpdates()
201 o_rUpdateInfo.BuildId = xNode2->getNodeValue(); in checkForUpdates()