Click or drag to resize
XmlReaderIsStartElement Method
Calls MoveToContent and tests if the current content node is a start tag or empty element tag.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual bool IsStartElement()

Return Value

Type: Boolean
true if MoveToContent finds a start tag or empty element tag; false if a node type other than XmlNodeType.Element was found.
Exceptions
ExceptionCondition
XmlExceptionIncorrect XML is encountered in the input stream.
See Also