[Build] Bump to API8
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API8 / build / tizen80 / ref / System.Xml.XPath.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Xml.XPath</name>
5   </assembly>
6   <members>
7     <member name="T:System.Xml.XPath.XPathDocument">
8       <summary>Provides a fast, read-only, in-memory representation of an XML document by using the XPath data model.</summary>
9     </member>
10     <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.IO.Stream)">
11       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathDocument" /> class from the XML data in the specified <see cref="T:System.IO.Stream" /> object.</summary>
12       <param name="stream">The <see cref="T:System.IO.Stream" /> object that contains the XML data.</param>
13       <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data. The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
14       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.IO.Stream" /> object passed as a parameter is <see langword="null" />.</exception>
15     </member>
16     <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.IO.TextReader)">
17       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathDocument" /> class from the XML data that is contained in the specified <see cref="T:System.IO.TextReader" /> object.</summary>
18       <param name="textReader">The <see cref="T:System.IO.TextReader" /> object that contains the XML data.</param>
19       <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data. The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
20       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.IO.TextReader" /> object passed as a parameter is <see langword="null" />.</exception>
21     </member>
22     <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.String)">
23       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathDocument" /> class from the XML data in the specified file.</summary>
24       <param name="uri">The path of the file that contains the XML data.</param>
25       <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data. The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
26       <exception cref="T:System.ArgumentNullException">The file path parameter is <see langword="null" />.</exception>
27     </member>
28     <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)">
29       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathDocument" /> class from the XML data in the file specified with the white space handling specified.</summary>
30       <param name="uri">The path of the file that contains the XML data.</param>
31       <param name="space">An <see cref="T:System.Xml.XmlSpace" /> object.</param>
32       <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data. The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
33       <exception cref="T:System.ArgumentNullException">The file path parameter or <see cref="T:System.Xml.XmlSpace" /> object parameter is <see langword="null" />.</exception>
34     </member>
35     <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.Xml.XmlReader)">
36       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathDocument" /> class from the XML data that is contained in the specified <see cref="T:System.Xml.XmlReader" /> object.</summary>
37       <param name="reader">The <see cref="T:System.Xml.XmlReader" /> object that contains the XML data.</param>
38       <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data. The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
39       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object passed as a parameter is <see langword="null" />.</exception>
40     </member>
41     <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.Xml.XmlReader,System.Xml.XmlSpace)">
42       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathDocument" /> class from the XML data that is contained in the specified <see cref="T:System.Xml.XmlReader" /> object with the specified white space handling.</summary>
43       <param name="reader">The <see cref="T:System.Xml.XmlReader" /> object that contains the XML data.</param>
44       <param name="space">An <see cref="T:System.Xml.XmlSpace" /> object.</param>
45       <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data. The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
46       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object parameter or <see cref="T:System.Xml.XmlSpace" /> object parameter is <see langword="null" />.</exception>
47     </member>
48     <member name="M:System.Xml.XPath.XPathDocument.CreateNavigator">
49       <summary>Initializes a read-only <see cref="T:System.Xml.XPath.XPathNavigator" /> object for navigating through nodes in this <see cref="T:System.Xml.XPath.XPathDocument" />.</summary>
50       <returns>A read-only <see cref="T:System.Xml.XPath.XPathNavigator" /> object.</returns>
51     </member>
52     <member name="T:System.Xml.XPath.XPathException">
53       <summary>Provides the exception thrown when an error occurs while processing an XPath expression.</summary>
54     </member>
55     <member name="M:System.Xml.XPath.XPathException.#ctor">
56       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathException" /> class.</summary>
57     </member>
58     <member name="M:System.Xml.XPath.XPathException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
59       <summary>Uses the information in the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" /> objects to initialize a new instance of the <see cref="T:System.Xml.XPath.XPathException" /> class.</summary>
60       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains all the properties of an <see cref="T:System.Xml.XPath.XPathException" />.</param>
61       <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
62     </member>
63     <member name="M:System.Xml.XPath.XPathException.#ctor(System.String)">
64       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathException" /> class with the specified exception message.</summary>
65       <param name="message">The description of the error condition.</param>
66     </member>
67     <member name="M:System.Xml.XPath.XPathException.#ctor(System.String,System.Exception)">
68       <summary>Initializes a new instance of the <see cref="T:System.Xml.XPath.XPathException" /> class using the specified exception message and <see cref="T:System.Exception" /> object.</summary>
69       <param name="message">The description of the error condition.</param>
70       <param name="innerException">The <see cref="T:System.Exception" /> that threw the <see cref="T:System.Xml.XPath.XPathException" />, if any. This value can be <see langword="null" />.</param>
71     </member>
72     <member name="M:System.Xml.XPath.XPathException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
73       <summary>Streams all the <see cref="T:System.Xml.XPath.XPathException" /> properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> class for the specified <see cref="T:System.Runtime.Serialization.StreamingContext" />.</summary>
74       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
75       <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
76     </member>
77     <member name="P:System.Xml.XPath.XPathException.Message">
78       <summary>Gets the description of the error condition for this exception.</summary>
79       <returns>The <see langword="string" /> description of the error condition for this exception.</returns>
80     </member>
81   </members>
82 </doc>