What are the derived classes from xmlReader and xmlWriter

Answer Posted / kirti

Both XmlReader and XmlWriter are abstract base classes, which define the functionality that all derived classes must support.

There are three concrete implementations of XmlReader:

1.XmlTextReader

2.XmlNodeReader

3.XmlValidatingReader

There are two concrete implementations of XmlWriter:

1.XmlTextWriter

2.XmlNodeWriter

XmlTextReader and XmlTextWriter support reading data to/from text-based stream, while XmlNodeReader and XmlNodeWriter are designed for working with in-memory DOM tree structure. The custom readers and writers can also be developed to extend the built-in functionality of XmlReader and XmlWriter.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which are the important namespaces used in mvc?

714


What are the possible razor view extensions?

574


how to disable the lazy loading framework?

595


what is scalar property?

615


Which version of .net framework is installed?

497






Explain something about model, view and controllers in asp.net mvc?

561


What is edm designer? : Entity framework

566


what is minimum requirement for entity framework applications to run?

581


What is Peek method in Tempdata in ASP.Net MVC?

602


Describe the gac in the .net framework.

579


What is filters in web api?

515


mention in what all scenarios entity framework can be applicable?

976


What are the benefits of .net framework?

570


What are the advantages of asp.net mvc?

567


Which filter executes first in an asp.net mvc application?

557