Dom Namespace
The
Dom
namespace provides classes and methods for parsing and creating XML content.
The following are the classes in the
Dom
namespace.
Document Class
Use the
Document
class to process XML content. You can parse nested XML content that’s up to 50 nodes deep.
XmlNode Class
Use the
XmlNode
class to work with a node in an XML document.