Moves to the next attribute.
[Visual Basic] Overrides Public Function MoveToNextAttribute() As Boolean [C#] public override bool MoveToNextAttribute(); [C++] public: override bool MoveToNextAttribute(); [JScript] public override function MoveToNextAttribute() : Boolean;
true if there is a next attribute; false if there are no more attributes.
If the current node is an element node, this method is equivalent to MoveToFirstAttribute.
If you are positioned on an attribute, this method will do an implicit MoveToElement before processing this method.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace