XPathDocument Constructor
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Xml.XPath Namespace
XPathDocument Class
XPathDocument Constructor
XPathDocument Constructor (Str ...
XPathDocument Constructor (Tex ...
XPathDocument Constructor (Str ...
XPathDocument Constructor (Xml ...
XPathDocument Constructor (Str ...
XPathDocument Constructor (Xml ...
XPathDocument Class
XPathDocument Members
XPathDocument Constructor
XPathDocument Methods
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XPathDocument Constructor
Initializes a new instance of the
XPathDocument
class.
Overload List
Name
Description
XPathDocument(Stream)
Initializes a new instance of the
XPathDocument
class from the XML data in the specified
Stream
object.
XPathDocument(TextReader)
Initializes a new instance of the
XPathDocument
class from the XML data that is contained in the specified
TextReader
object.
XPathDocument(String)
Initializes a new instance of the
XPathDocument
class from the XML data in the specified file.
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.
Top
See Also
Reference
XPathDocument Class
XPathDocument Members
System.Xml.XPath Namespace
Tags :