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.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public virtual void ReadStartElement(
string name
)
Parameters
- name
- Type: SystemString
The qualified name of the element.
Exceptions Exception | Condition |
---|
XmlException | Incorrect XML was encountered in the input stream. -or- The Name of the element does not match the given name. |
See Also