From e8fc07ce861be7a724e642dddee9023b2be7b0bb Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Tue, 10 Mar 2020 19:22:08 +0300 Subject: [Tizen] Add BuildTools v3.1.3 --- .../netcoreapp3.0/System.Xml.XPath.XDocument.xml | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100755 .packages/microsoft.netcore.app.ref/3.0.0/ref/netcoreapp3.0/System.Xml.XPath.XDocument.xml (limited to '.packages/microsoft.netcore.app.ref/3.0.0/ref/netcoreapp3.0/System.Xml.XPath.XDocument.xml') diff --git a/.packages/microsoft.netcore.app.ref/3.0.0/ref/netcoreapp3.0/System.Xml.XPath.XDocument.xml b/.packages/microsoft.netcore.app.ref/3.0.0/ref/netcoreapp3.0/System.Xml.XPath.XDocument.xml new file mode 100755 index 0000000000..ae4271045f --- /dev/null +++ b/.packages/microsoft.netcore.app.ref/3.0.0/ref/netcoreapp3.0/System.Xml.XPath.XDocument.xml @@ -0,0 +1,69 @@ + + + + System.Xml.XPath.XDocument + + + + This class contains the LINQ to XML extension methods that enable you to evaluate XPath expressions. + + + Creates an for an . + An that can process XPath queries. + An that can process XPath queries. + + + Creates an for an . The enables more efficient XPath expression processing. + An that can process an XPath query. + A to be used by . + An that can process XPath queries. + + + Evaluates an XPath expression. + The on which to evaluate the XPath expression. + A that contains an XPath expression. + An object that can contain a , a , a , or an . + + + Evaluates an XPath expression, resolving namespace prefixes using the specified . + The on which to evaluate the XPath expression. + A that contains an XPath expression. + A for the namespace prefixes in the XPath expression. + An object that contains the result of evaluating the expression. The object can be a , a , a , or an . + + + Selects an using a XPath expression. + The on which to evaluate the XPath expression. + A that contains an XPath expression. + An , or null. + + + Selects an using a XPath expression, resolving namespace prefixes using the specified . + The on which to evaluate the XPath expression. + A that contains an XPath expression. + An for the namespace prefixes in the XPath expression. + An , or null. + + + Selects a collection of elements using an XPath expression. + The on which to evaluate the XPath expression. + A that contains an XPath expression. + An of that contains the selected elements. + + + Selects a collection of elements using an XPath expression, resolving namespace prefixes using the specified . + The on which to evaluate the XPath expression. + A that contains an XPath expression. + A for the namespace prefixes in the XPath expression. + An of that contains the selected elements. + + + Extends the class by providing a method for navigating and editing an XML node. + + + Returns an accessor that allows you to navigate and edit the specified . + The XML node to navigate. + An interface that provides an accessor to the class. + + + \ No newline at end of file -- cgit v1.2.3