Home
last modified time | relevance | path

Searched refs:m_xpath (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java73 final private XPath m_xpath; field in XPathResultImpl
120 this.m_xpath = xpath; in XPathResultImpl()
147 …ateXPATHMessage(XPATHErrorResources.ER_INCOMPATIBLE_TYPES, new Object[] {m_xpath.getPatternString(… in XPathResultImpl()
165 …ateXPATHMessage(XPATHErrorResources.ER_INCOMPATIBLE_TYPES, new Object[] {m_xpath.getPatternString(… in XPathResultImpl()
187 …HErrorResources.ER_CANT_CONVERT_XPATHRESULTTYPE_TO_NUMBER, new Object[] {m_xpath.getPatternString(… in getNumberValue()
210 …PATHMessage(XPATHErrorResources.ER_CANT_CONVERT_TO_STRING, new Object[] {m_xpath.getPatternString(… in getStringValue()
228 …ATHMessage(XPATHErrorResources.ER_CANT_CONVERT_TO_BOOLEAN, new Object[] {m_xpath.getPatternString(… in getBooleanValue()
254 …Message(XPATHErrorResources.ER_CANT_CONVERT_TO_SINGLENODE, new Object[] {m_xpath.getPatternString(… in getSingleNodeValue()
301 …THMessage(XPATHErrorResources.ER_CANT_GET_SNAPSHOT_LENGTH, new Object[] {m_xpath.getPatternString(… in getSnapshotLength()
325 …eateXPATHMessage(XPATHErrorResources.ER_NON_ITERATOR_TYPE, new Object[] {m_xpath.getPatternString(… in iterateNext()
[all …]
H A DXPathExpressionImpl.java60 final private XPath m_xpath; field in XPathExpressionImpl
76 m_xpath = xpath; in XPathExpressionImpl()
172 xobj = m_xpath.execute(xpathSupport, contextNode, null); in evaluate()
182 return new XPathResultImpl(type,xobj,contextNode, m_xpath); in evaluate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java73 final private XPath m_xpath; field in XPathResultImpl
120 this.m_xpath = xpath; in XPathResultImpl()
147 …ateXPATHMessage(XPATHErrorResources.ER_INCOMPATIBLE_TYPES, new Object[] {m_xpath.getPatternString(… in XPathResultImpl()
165 …ateXPATHMessage(XPATHErrorResources.ER_INCOMPATIBLE_TYPES, new Object[] {m_xpath.getPatternString(… in XPathResultImpl()
187 …HErrorResources.ER_CANT_CONVERT_XPATHRESULTTYPE_TO_NUMBER, new Object[] {m_xpath.getPatternString(… in getNumberValue()
210 …PATHMessage(XPATHErrorResources.ER_CANT_CONVERT_TO_STRING, new Object[] {m_xpath.getPatternString(… in getStringValue()
228 …ATHMessage(XPATHErrorResources.ER_CANT_CONVERT_TO_BOOLEAN, new Object[] {m_xpath.getPatternString(… in getBooleanValue()
254 …Message(XPATHErrorResources.ER_CANT_CONVERT_TO_SINGLENODE, new Object[] {m_xpath.getPatternString(… in getSingleNodeValue()
301 …THMessage(XPATHErrorResources.ER_CANT_GET_SNAPSHOT_LENGTH, new Object[] {m_xpath.getPatternString(… in getSnapshotLength()
325 …eateXPATHMessage(XPATHErrorResources.ER_NON_ITERATOR_TYPE, new Object[] {m_xpath.getPatternString(… in iterateNext()
[all …]
H A DXPathExpressionImpl.java60 final private XPath m_xpath; field in XPathExpressionImpl
76 m_xpath = xpath; in XPathExpressionImpl()
172 xobj = m_xpath.execute(xpathSupport, contextNode, null); in evaluate()
182 return new XPathResultImpl(type,xobj,contextNode, m_xpath); in evaluate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx323 m_xpath = css::xml::xpath::XPathAPI::create(context); in DescriptionInfoset()
324 m_xpath->registerNS("desc", element->getNamespaceURI()); in DescriptionInfoset()
340 n = m_xpath->selectSingleNode(m_element, expression); in getNodeValueFromExpression()
463 m_xpath->selectSingleNode(m_element, "desc:platform")); in getSupportedPlatforms()
545 n = m_xpath->selectSingleNode(m_element, expression); in getOptionalValue()
561 ns = m_xpath->selectNodeList(m_element, expression); in getUrls()
618 xtext = m_xpath->selectSingleNode(node, "text()"); in getLocalizedDisplayName()
682 xParent = m_xpath->selectSingleNode(m_element, sParent); in getLocalizedChild()
720 nodeMatch = m_xpath->selectSingleNode(xParent, exp1); in matchLanguageTag()
760 return m_xpath->selectSingleNode(xParent, exp1); in getChildWithDefaultLocale()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx322 m_xpath = css::xml::xpath::XPathAPI::create(context); in DescriptionInfoset()
323 m_xpath->registerNS("desc", element->getNamespaceURI()); in DescriptionInfoset()
339 n = m_xpath->selectSingleNode(m_element, expression); in getNodeValueFromExpression()
461 m_xpath->selectSingleNode(m_element, "desc:platform")); in getSupportedPlatforms()
559 ns = m_xpath->selectNodeList(m_element, expression); in getUrls()
583 xPathName = m_xpath->selectSingleNode(node, exp1); in getLocalizedPublisherNameAndURL()
594 xURL = m_xpath->selectSingleNode(node, exp2); in getLocalizedPublisherNameAndURL()
619 xtext = m_xpath->selectSingleNode(node, exp); in getLocalizedDisplayName()
721 nodeMatch = m_xpath->selectSingleNode(xParent, exp1); in matchLanguageTag()
770 return m_xpath->selectSingleNode(xParent, exp2); in getChildWithDefaultLocale()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/eagle/
H A Deagle_plugin.cpp296 delete m_xpath; in ~EAGLE_PLUGIN()
489 m_xpath->clear(); in init()
568 m_xpath->pop(); in loadAllSections()
577 m_xpath->pop(); in loadAllSections()
589 m_xpath->pop(); in loadAllSections()
736 m_xpath->pop(); in loadPlain()
857 m_xpath->pop(); in loadPlain()
919 m_xpath->pop(); in loadPlain()
1039 m_xpath->pop(); in loadPlain()
1092 m_xpath->pop(); in loadLibrary()
[all …]
H A Deagle_plugin.h295 XPATH* m_xpath; ///< keeps track of what we are working on within variable
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DStylesheetExecutionContext.hpp530 m_xpath(xpath) in XPathGuard()
536 if (m_xpath != 0) in ~XPathGuard()
538 m_context.returnXPath(m_xpath); in ~XPathGuard()
545 return m_xpath; in get()
551 const XPath* const temp = m_xpath; in release()
553 m_xpath = 0; in release()
561 if (m_xpath != 0) in reset()
563 m_context.returnXPath(m_xpath); in reset()
566 m_xpath = xpath; in reset()
573 const XPath* m_xpath; member in XALAN_CPP_NAMESPACE::StylesheetExecutionContext::XPathGuard
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXPathProcessorImpl.cpp58 m_xpath(0), in XPathProcessorImpl()
114 m_xpath = &pathObj; in initXPath()
139 m_xpath = 0; in initXPath()
166 m_xpath = &pathObj; in initMatchPattern()
196 m_xpath = 0; in initMatchPattern()
210 assert(m_xpath != 0); in tokenize()
479 assert(m_xpath != 0); in addToTokenQueue()
490 assert(m_xpath != 0); in replaceTokenWithNamespaceToken()
2324 assert(m_xpath != 0); in Basis()
2394 assert(m_xpath != 0); in AxisName()
[all …]
H A DXPathProcessorImpl.hpp740 XPath* m_xpath; member in XALAN_CPP_NAMESPACE::XPathProcessorImpl
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/inc/
H A Ddp_descriptioninfoset.hxx270 css::uno::Reference< css::xml::xpath::XXPathAPI > m_xpath; member in dp_misc::DescriptionInfoset
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/inc/
H A Ddp_descriptioninfoset.hxx269 css::uno::Reference< css::xml::xpath::XXPathAPI > m_xpath; member in dp_misc::DescriptionInfoset
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.h518 m_xpath(xpath), m_signature(signature) {} in DocModification()
531 return m_xpath; in xpath()
547 QString m_xpath; variable
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.h518 m_xpath(xpath), m_signature(signature) {} in DocModification()
531 return m_xpath; in xpath()
547 QString m_xpath; variable
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.h518 m_xpath(xpath), m_signature(signature) {} in DocModification()
531 return m_xpath; in xpath()
547 QString m_xpath; variable