What are the derived classes from xmlReader and xmlWriter



What are the derived classes from xmlReader and xmlWriter..

Answer / 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

More Dot Net Framework Interview Questions

What is the "helperpage.isajax" property?

0 Answers  


How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

0 Answers   MCN Solutions,


How do I change the permission set for a code group

1 Answers   4Cplus,


mention what is the key advantage of using entity framework or ef?

0 Answers   Microsoft,


what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0

4 Answers  






What is entity framework in asp net?

0 Answers  


unit test done by tetser on development team?

3 Answers   Crea,


Explain the difference between viewbag and viewdata in mvc?

0 Answers  


If background completes its processing will it wait for foreground threads?

2 Answers   Kanbay,


mention what is code first approach and model first approach in entity framework?

0 Answers   Microsoft,


Can any particular component of .net framework 3.0 be removed?

0 Answers  


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

0 Answers  


Categories