XmlReader.IsStartElement Method

Tests the current content node to determine whether it is a start tag or empty tag; also tests property and string matches.

Overload List

Name Description
XmlReader.IsStartElement () Calls the MoveToContent method to test node tags.
XmlReader.IsStartElement (String) Calls the MoveToContent method to test node tags and one property, the Name property.
XmlReader.IsStartElement (String, String) Calls the MoveToContent method to test node tags and two properties, the LocalName property and the NamespaceURI property.

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