Moves to the next sibling of the current node.
[Visual Basic] Overrides Public Function MoveToNext() As Boolean [C#] public override bool MoveToNext(); [C++] public: override bool MoveToNext(); [JScript] public override function MoveToNext() : Boolean;
true if there is a next sibling node; false if there are no more siblings.
If you are positioned on an attribute, this method will do an implicit call to MoveToElement before processing this method. In other words, attribute navigation is orthogonal to tree navigation.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace