What is an XMLReader Class?
This is an abstract class available from the System.XML namespace. The XML reader works on a read-only stream browsing from one node to another in a forward direction. The XML reader maintains only a pointer to the current node but has no idea of the earlier and the next node. You cannot change the XML document, you can only move forward.