Key Classes Related to XML

This chapter covers the classes and related structures listed in Table 10.1.

Table 10.1. Key Classes of the System.Xml and System.Xml.Schema Namespaces
Class/Structure Description
System.Xml The System.Xml namespace is used to process XML files in accordance with published World Wide Web Consortium standards.
XmlDocument The XmlDocument class is used as an abstract of an entire XML document.
XmlException The XmlException class is used to encapsulate and return information specifically related to XML exceptions that can occur while reading, writing, or validating XML documents.
XmlNode The XmlNode class represents a node in an XML document.
XmlNodeReader The XmlNodeReader class provides a way to parse XML data inside ...

Get Visual Basic® Programmer's Guide to the .NET Framework Class Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.