XPathDocument::CreateNavigator Method ()
.NET Framework (current version)
Initializes a read-only XPathNavigator object for navigating through nodes in this XPathDocument.
Assembly: System.Xml (in System.Xml.dll)
Implements
IXPathNavigable::CreateNavigator()The XPathNavigator is positioned on the root element of the XPathDocument. If there is no root element, the XPathNavigator is positioned on the first element in the XPathDocument.
.NET Framework
Available since 1.1
Available since 1.1
Show: