Creates a new System.Xml.XPath.XPathNavigator object for navigating this document. The XPathNavigator is positioned on the node specified in the node parameter.
- node
The System.Xml.XmlNode you want the navigator initially positioned on.
![]()
An XPathNavigator used to navigate the document.
The XPathNavigator provides read-only, random access to data. Because it is optimized for XSLT transformations, it provides performance benefits when used as an input mechanism to the System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator, System.Xml.Xsl.XsltArgumentList, XmlResolver) method.