Click or drag to resize
XmlReaderReadStartElement Method (String)
Checks that the current content node is an element with the given Name 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(
	string name
)

Parameters

name
Type: SystemString
The qualified name of the element.
Exceptions
ExceptionCondition
XmlExceptionIncorrect XML was encountered in the input stream. -or- The Name of the element does not match the given name.
See Also