System.Xml.XmlDocument.CreateNavigator Method

Creates an System.Xml.XPath.XPathNavigator object for navigating this document positioned on the System.Xml.XmlNode specified.

Syntax

protected virtual System.Xml.XPath.XPathNavigator CreateNavigator (XmlNode node)

Parameters

node
The System.Xml.XmlNode you want the navigator initially positioned on.

Returns

An System.Xml.XPath.XPathNavigator object.

Remarks

This method is a Microsoft extension to the Document Object Model (DOM).

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0