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