true if the next node was read successfully; false if there are no more nodes to read.
The System.Xml.XmlValidatingReader class is obsolete in dnprdnext. You can create a validating System.Xml.XmlReader instance by using the System.Xml.XmlReaderSettings class and the erload:System.Xml.XmlReader.Create method. For more information, see Validating XML Data with XmlReader.
When a reader is first created and initialized, there is no information available. You must call Read to read the first node.