XPathDocument Constructor
.NET Framework 4.5
Initializes a new instance of the XPathDocument class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
XPathDocument(Stream) | Initializes a new instance of the XPathDocument class from the XML data in the specified Stream object. |
|
XPathDocument(String) | Initializes a new instance of the XPathDocument class from the XML data in the specified file. |
|
XPathDocument(TextReader) | Initializes a new instance of the XPathDocument class from the XML data that is contained in the specified TextReader object. |
|
XPathDocument(XmlReader) | Initializes a new instance of the XPathDocument class from the XML data that is contained in the specified XmlReader object. |
|
XPathDocument(String, XmlSpace) | Initializes a new instance of the XPathDocument class from the XML data in the file specified with the white space handling specified. |
|
XPathDocument(XmlReader, XmlSpace) | Initializes a new instance of the XPathDocument class from the XML data that is contained in the specified XmlReader object with the specified white space handling. |