System.Xml.XPath.XPathDocument Members

The members of System.Xml.XPath.XPathDocument are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Xml.XPath.XPathDocument class from the XML data in the specified System.IO.Stream object.

Initializes a new instance of the System.Xml.XPath.XPathDocument class from the XML data that is contained in the specified System.IO.TextReader object.

Initializes a new instance of the System.Xml.XPath.XPathDocument class from the XML data in the specified file.

Initializes a new instance of the System.Xml.XPath.XPathDocument class from the XML data that is contained in the specified System.Xml.XmlReader object.

Initializes a new instance of the System.Xml.XPath.XPathDocument class from the XML data in the file specified with the white space handling specified.

Initializes a new instance of the System.Xml.XPath.XPathDocument class from the XML data that is contained in the specified System.Xml.XmlReader object with the specified white space handling.

Public Methods

CreateNavigator() : XPathNavigator

Initializes a read-only System.Xml.XPath.XPathNavigator object for navigating through nodes in this System.Xml.XPath.XPathDocument.