XmlDataDocument::CreateNavigator Method

 

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

NameDescription
System_CAPS_pubmethodCreateNavigator()

Creates a new XPathNavigator object for navigating this document.(Inherited from XmlDocument.)

System_CAPS_protmethodCreateNavigator(XmlNode^)

Creates a new XPathNavigator object for navigating this document. The XPathNavigator is positioned on the node specified in the node parameter.(Overrides XmlDocument::CreateNavigator(XmlNode^).)

Return to top
Show: