System.Xml.XPath.XPathDocument.XPathDocument C# (CSharp) Метод

XPathDocument() публичный Метод

Create a new document and load the content from the reader.
public XPathDocument ( XmlReader reader ) : System
reader XmlReader
Результат 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