Share via


XmlReader.IsStartElement Method ()

Calls the MoveToContent method to test node tags.

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

Syntax

public virtual bool IsStartElement ()

Return Value

true if MoveToContent finds a start tag or empty element tag; false if a node type other than XmlNodeType.Element was found.

Remarks

Calls the MoveToContent method and tests to find out if the current content node is a start tag or empty element tag.

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