XdmDocument.CreateNavigator MethodXdmDocument.CreateNavigator MethodXdmDocument::CreateNavigator Method

Returns a read-only XdmNavigatorXdmNavigatorXdmNavigator for navigating through nodes of this XdmDocumentXdmDocumentXdmDocument.

Syntax

Public Function CreateNavigator() As XdmNavigator
public XdmNavigator CreateNavigator()
public:
XdmNavigator^ CreateNavigator()
 

Remarks

The XdmNavigatorXdmNavigatorXdmNavigator is positioned on the root element of the XdmDocumentXdmDocumentXdmDocument. If there is no root element, the XdmNavigatorXdmNavigatorXdmNavigator is positioned on the first node in the XdmDocumentXdmDocumentXdmDocument.