Click or drag to resize
XmlReaderReadStartElement Method
Checks that the current node is an element and advances the reader to the next node.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual void ReadStartElement()
Exceptions
ExceptionCondition
XmlExceptionIncorrect XML was encountered in the input stream.
See Also