System.Xml.XPath.XPathDocument.XPathDocument C# (CSharp) Method

XPathDocument() public method

Create a new document and load the content from the reader.
public XPathDocument ( XmlReader reader ) : System
reader XmlReader
return System
        public XPathDocument(XmlReader reader) : this(reader, XmlSpace.Default) {
        }

Same methods

XPathDocument::XPathDocument ( ) : System
XPathDocument::XPathDocument ( Stream stream ) : System
XPathDocument::XPathDocument ( TextReader textReader ) : System
XPathDocument::XPathDocument ( XmlNameTable nameTable ) : System
XPathDocument::XPathDocument ( XmlReader reader, XmlSpace space ) : System
XPathDocument::XPathDocument ( string uri ) : System
XPathDocument::XPathDocument ( string uri, XmlSpace space ) : System