XmlReader.ReadStartElement Method

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

Overload List

Name Description
XmlReader.ReadStartElement () Checks to find whether the current node is an element and advances the reader to the next node.
XmlReader.ReadStartElement (String) Checks to find whether the current content node is an element with the given Name and advances the reader to the next node.
XmlReader.ReadStartElement (String, String) Checks to find whether the current content node is an element with the given LocalName and NamespaceURI and advances the reader to the next node.

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