XmlDocument::CreateNavigator Method

 

Creates a new XPathNavigator object for navigating this document.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodCreateNavigator()

Creates a new XPathNavigator object for navigating this document.(Overrides XmlNode::CreateNavigator().)

System_CAPS_protmethodCreateNavigator(XmlNode^)

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

Return to top
Show: