Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?

1205


mention in what all scenarios entity framework can be applicable?

1446


What is a view engine?

1031


Explain the advantage of packaging over xcopy in .net?

1035


What is NonActionAttribute ?

1074


Can you use Razor code in Javascript in ASP.Net MVC?

1250


Explain JSON Binding?

1110


What is basic authentication in web api?

1113


What is the difference between tempdata and viewbag?

994


What is .net framework & its benefits?

1139


Is razor a server side?

1039


Mention two instances where routing is not implemented or required?

1275


What is latest version of .net framework?

1165


What is the benefit of entity framework?

1047


What is web api‘s in asp.net mvc 4 ?

1151