Lines Matching refs:selectSingleNode

404             n = m_xpath->selectSingleNode(m_element, expression);  in getNodeValueFromExpression()
483 m_xpath->selectSingleNode(m_element, ::rtl::OUString( in checkBlacklist()
493 xCurrentDeps = m_xpath->selectSingleNode(m_element, ::rtl::OUString( in checkBlacklist()
541 m_xpath->selectSingleNode(m_element, ::rtl::OUString( in getSupportedPlaforms()
637 n = m_xpath->selectSingleNode(m_element, expression); in getOptionalValue()
677 xPathName = m_xpath->selectSingleNode(node, exp1); in getLocalizedPublisherNameAndURL()
688 xURL = m_xpath->selectSingleNode(node, exp2); in getLocalizedPublisherNameAndURL()
714 xtext = m_xpath->selectSingleNode(node, exp); in getLocalizedDisplayName()
738 n = m_xpath->selectSingleNode(m_element, in getSimpleLicenseAttributes()
789 xParent = m_xpath->selectSingleNode(m_element, sParent); in getLocalizedChild()
826 return m_xpath->selectSingleNode(xParent, exp1); in matchFullLocale()
851 nodeMatch = m_xpath->selectSingleNode(xParent, exp1); in matchCountryAndLanguage()
865 nodeMatch = m_xpath->selectSingleNode(xParent, exp2); in matchCountryAndLanguage()
889 nodeMatch = m_xpath->selectSingleNode(xParent, exp1); in matchLanguage()
903 nodeMatch = m_xpath->selectSingleNode(xParent, exp2); in matchLanguage()
920 nodeDefault = m_xpath->selectSingleNode(xParent, ::rtl::OUString( in getChildWithDefaultLocale()
933 return m_xpath->selectSingleNode(xParent, exp1); in getChildWithDefaultLocale()
942 return m_xpath->selectSingleNode(xParent, exp2); in getChildWithDefaultLocale()
964 xURL = m_xpath->selectSingleNode(node, exp); in getLocalizedHREFAttrFromChild()