XmlDocument.CreateNavigator Method (XmlNode)
.NET Framework (current version)
Creates an XPathNavigator object for navigating this document positioned on the XmlNode specified.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- node
-
Type:
System.Xml.XmlNode
The XmlNode you want the navigator initially positioned on.
This method is a Microsoft extension to the Document Object Model (DOM).
See XmlNode.CreateNavigator for an example using this method.
.NET Framework
Available since 1.1
Available since 1.1
Show: