.NET Framework Class Library
XPathDocument Constructor

Initializes a new instance of the XPathDocument class.

Overload List

  NameDescription
Public methodXPathDocument(Stream)Initializes a new instance of the XPathDocument class from the XML data in the specified Stream object.
Public methodXPathDocument(TextReader)Initializes a new instance of the XPathDocument class from the XML data that is contained in the specified TextReader object.
Public methodXPathDocument(String)Initializes a new instance of the XPathDocument class from the XML data in the specified file.
Public methodXPathDocument(XmlReader)Initializes a new instance of the XPathDocument class from the XML data that is contained in the specified XmlReader object.
Public methodXPathDocument(String, XmlSpace)Initializes a new instance of the XPathDocument class from the XML data in the file specified with the white space handling specified.
Public methodXPathDocument(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.
Top
See Also

Reference

Tags :


Page view tracker