Creates a new XmlNavigator positioned at the same node as this DataDocumentNavigator.
[Visual Basic] Overrides Public Function Clone() As XmlNavigator [C#] public override XmlNavigator Clone(); [C++] public: override XmlNavigator* Clone(); [JScript] public override function Clone() : XmlNavigator;
A new XmlNavigator object.
The new XmlNavigator that is returned is not affected by subsequent changes to the current DataDocumentNavigator.
The Clone method does not clone all the selection and push/pop states. The cloned XmlNavigator has the same "liveness" behavior as this DocumentNavigator.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace