What is an XMLReader Class

Q

What is an XMLReader Class?

✍: Guest

A

It is an abstract class available from System.XML namespace. XML reader works on a read-only stream browsing from one node to other in a forward direction. It maintains only a pointer to the current node but has no idea of the previous and the next node. You can not modify the XML document, you can only move forward.

2007-10-31, 5483👍, 0💬