Tests if the current content node is a start tag.
[Visual Basic] Overloads Public Function IsStartTag() As Boolean [C#] public bool IsStartTag(); [C++] public: bool IsStartTag(); [JScript] public function IsStartTag() : Boolean;
true if the resulting node is a start tag, false otherwise.
Exception Type | Condition |
---|---|
XmlException | If incorrect XML is encountered in the input stream. |
This method skips whitespace, comments, and processing instructions until the reader is positioned on a content node. The method then tests if the current node is a start tag.
XmlReader Class | XmlReader Members | System.Xml Namespace | XmlReader.IsStartTag Overload List | IsStartTag | IsStartTag | IsStartTag | CheckStartTag | MoveToContent