XmlReaderReadStartElement Method |
Checks that the current node is an element 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()
Exceptions Exception | Condition |
---|
XmlException | Incorrect XML was encountered in the input stream. |
See Also