Reads the next node from the stream.
[Visual Basic] MustOverride Public Function Read() As Boolean [C#] public abstract bool Read(); [C++] public: virtual bool Read() = 0; [JScript] public abstract function Read() : Boolean;
true if the next node was read successfully; false if there are no more nodes to read.
When an XmlReader is first created and initialized, there is no information available. You must call Read to read the first node.
XmlReader Class | XmlReader Members | System.NewXml Namespace