Reads the next node from the stream.
[Visual Basic] Overrides Public Function Read() As Boolean [C#] public override bool Read(); [C++] public: override bool Read(); [JScript] public override 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.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace