XPathDocument Constructor (XmlReader^, XmlSpace)
.NET Framework (current version)
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.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- reader
-
Type:
System.Xml::XmlReader^
The XmlReader object that contains the XML data.
- space
-
Type:
System.Xml::XmlSpace
An XmlSpace object.
| Exception | Condition |
|---|---|
| XmlException | An error was encountered in the XML data. The XPathDocument remains empty. |
| ArgumentNullException |
The XmlSpace object passed as a parameter specifies whether to preserve white space. Default preserves only significant white space; Preserve preserves all white space. By default, the XmlSpace object is set to Default.
The functionality of the XPathDocument constructor is identical to that of the XPathDocument constructor, except for the white space handling options described.
.NET Framework
Available since 1.1
Available since 1.1
Show: