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

What is entity framework used for?

519


What is meant by bootstrap in mvc5?

635


What are Non Action methods in ASP.Net MVC?

591


How to answer for project questions..?

2232


Explain the advantages of dependency injection (di) in asp.net mvc?

564






what do you mean by table-per-type?

625


What is code first? : Entity framework

566


what is complex type?

595


Explain the advantage of packaging over xcopy in .net?

542


Mention two instances where routing is not implemented or required?

743


Can I set the unlimited length for "maxjsonlength" property in config?

560


Name a few different return types of a controller action method?

537


What is representational state transfer (rest) mean?

549


What is the difference between entity framework and mvc?

518


Explain the methods used to render the views in mvc?

547