XmlReader.IsStartElement Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Calls MoveToContent and tests if the current content node is a start tag or empty element tag.
Assembly: System.Xml (in System.Xml.dll)
Return Value
Type: System.Booleantrue if MoveToContent finds a start tag or empty element tag; false if a node type other than XmlNodeType.Element was found.
| Exception | Condition |
|---|---|
| XmlException | Incorrect XML is encountered in the input stream. |
Show: