Share via


XmlReader.ReadStartElement Method ()

Checks to find whether the current node is an element and advances the reader to the next node.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual void ReadStartElement ()

Exceptions

Exception type Condition
XmlException IsStartElement returns false.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace