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
- ASP.NET Validation Controls
- How to create a local or remote HTTP-based Web site in Visual Studio 2005?
- What are the advantages of applying a theme for a Web application?
- What is a content page?
- What are the steps to configure ASP.NET Web application to receive requests for images?