What is the XmlTextReader class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the XmlTextReader class?
Rating:
The XmlTextReader class requires fast access to XML data. It does not require reading the entire document into memory via the Document Object Model (DOM). The class is derived from the
- It enforces rules of a well-formed XML document.
- It does not provide any data validation in a document.
- It checks the Document Type Definition (DTD) and DocumentType nodes for their well-formed structure, but does not validate these nodes by using the DTD.
Rating:
Was this information helpful?
Other articles
- What are the differences between a default skin and a named skin?
- What is the XmlValidatingReader class?
- How to add new Web pages to a Web site?
- Using Login Controls to Access a Web Application
- What are the steps to configure ASP.NET Web application to receive requests for images?