MSXML2
The Microsoft XML library (MSXML) is a set of classes that allows users to build XML-based applications (it uses the XML 1.0 standard).
Some of the core services MSXML provides are:
- The Document Object Model (DOM), a standard library of application programming interfaces (APIs) for accessing XML documents.
- Helper APIs to assist with programming for XML namespace or the Hypertext Transfer Protocol (HTTP).
- XML Data Reduced schema definition language (XDR).
- Simple API for XML (SAX) (programmatic alternative to DOM-based processing).
Class | Maps To |
MSXML2.DOMDocument | System.Xml.XmlDocument |
MSXML2.DOMNodeType | System.Xml.XmlNodeType |
MSXML2.IXMLDOMAttribute | System.Xml.XmlAttribute |
MSXML2.IXMLDOMCDATASection | System.Xml.XmlCDataSection |
MSXML2.IXMLDOMDocument | System.Xml.XmlDocument |
MSXML2.IXMLDOMElement | System.Xml.XmlElement |
MSXML2.IXMLDOMNamedNodeMap | System.Xml.XmlNamedNodeMap |
MSXML2.IXMLDOMNode | System.Xml.XmlNode |
MSXML2.IXMLDOMNodeList | System.Xml.XmlNodeList |
MSXML2.IXMLDOMParseError | System.Exception |
MSXML2.IXMLDOMText | System.Xml.XmlCharacterData |
MSXML2.tagDOMNodeType | System.Xml.XmlNodeType |
MSXML2.IXMLDOMCharacterData | System.Xml.XmlCharacterData |
MSXML2.IXMLDOMDocumentFragment | System.Xml.XmlDocumentFragment |
MSXML2.IXMLDOMComment | System.Xml.XmlComment |
MSXML2.IXMLDOMEntity | System.Xml.XmlEntity |
MSXML2.IXMLDOMEntityReference | System.Xml.XmlEntityReference |
MSXML2.IXMLDOMImplementation | System.Xml.XmlImplementation |
MSXML2.IXMLDOMNotation | System.Xml.XmlNotation |
MSXML2.IXMLDOMProcessingInstruction | System.Xml.XmlProcessingInstruction |
MSXML2.IXMLDOMDocumentType | System.Xml.XmlDocumentType |
MSXML2.FreeThreadedDOMDocument | System.Xml.XmlDocument |
MSXML2.FreeThreadedDOMDocument40 | System.Xml.XmlDocument |
MSXML2.DOMDocument40 | System.Xml.XmlDocument |