XmlReaderIsStartElement Method |
Calls
MoveToContent and tests if the current content node is a start tag or empty element tag.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public virtual bool IsStartElement()
Return Value
Type:
Booleantrue if
MoveToContent finds a start tag or empty element tag; false if a node type other than XmlNodeType.Element was found.
Exceptions Exception | Condition |
---|
XmlException | Incorrect XML is encountered in the input stream. |
See Also