In Brief


  • The XmlTextReader is a fast, forward-only, read-only XML parser.

  • The XmlTextWriter provides a forward-only, read-only, noncached way of generating XML streams.

  • The XmlTextReader or the XmlTextWriter must first be created and initialized before it can be used.

  • Part of this initialization includes setting the properties that will affect how it will handle its XML data.

  • The XmlTextReader provides several methods for reading all XML node types.

  • The XmlTextWriter provide methods for writing all XML node types.

  • After using the XmlTextReader and XmlTextWriter , it is important to close the objects so their resources will be freed.



Microsoft.NET Compact Framework Kick Start
Microsoft .NET Compact Framework Kick Start
ISBN: 0672325705
EAN: 2147483647
Year: 2003
Pages: 206

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net