IXPathNavigable::CreateNavigator Method ()
.NET Framework (current version)
Returns a new XPathNavigator object.
Assembly: System.Xml (in System.Xml.dll)
If the CreateNavigator method is called from an XmlNode object, the XPathNavigator object is initially positioned on the node from which the method was called. If the CreateNavigator method is called from an XPathDocument object or an XmlDocument object, the XPathNavigator object is positioned on the root of the document.
For examples of the CreateNavigator method, see the XmlNode, XPathDocument, or XmlDocument classes.
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show: