Searched refs:xPathName (Results 1 – 1 of 1) sorted by relevance
675 css::uno::Reference< css::xml::dom::XNode > xPathName; in getLocalizedPublisherNameAndURL() local677 xPathName = m_xpath->selectSingleNode(node, exp1); in getLocalizedPublisherNameAndURL()681 OSL_ASSERT(xPathName.is()); in getLocalizedPublisherNameAndURL()682 if (xPathName.is()) in getLocalizedPublisherNameAndURL()683 sPublisherName = xPathName->getNodeValue(); in getLocalizedPublisherNameAndURL()
Completed in 18 milliseconds