Mono Class Library: System.Xml.XmlTextReader Overview | Members

System.Xml.XmlTextReader.MoveToNextAttribute Method

Moves the position of the current instance to the next attribute associated with the current node. [Edit]

public override bool MoveToNextAttribute ()

Returns

A bool where true indicates the reader moved to the next attribute; false if there were no more attributes. [Edit]

Remarks

If the current node is an element node, this method is equivalent to XmlTextReader.MoveToFirstAttribute.

Note:

This method overrides XmlReader.MoveToNextAttribute.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0