XmlReaderReadEndElement Method |
Checks that the current content node is an end tag 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 ReadEndElement()
Exceptions Exception | Condition |
---|
XmlException | The current node is not an end tag or if incorrect XML is encountered in the input stream. |
See Also