
- Forum
- Programming Talk
- XML
- Usage Scenario
Usage Scenario
This is a discussion on Usage Scenario within the XML forums, part of the Programming Talk category; I am confused with the usage of XmlNodeReader and XmlTextReader. When can I prefer to use XmlNodeReader instead of an ...
-
Usage Scenario
I am confused with the usage of XmlNodeReader and XmlTextReader. When can I prefer to use XmlNodeReader instead of an XmlTextReader. Kindly suggest me and provide guidelines for me on the usage so that I can use these efficiently.
-
Because of the thin layer in the functionality difference you would have got confused with the usage of XmlNodeReader and XmlTextReader. Make use of XmlNodeReader document when you need to modify the structure of you document or randomly access the nodes within it. For only reading purpose make use of XmlTextReader. By this approach you can make use of XmlNodeReader and XmlTextReader efficiently.

Reply With Quote





