IXMLDOMDocument2
An extension of DOMDocument that supports schema caching and validation features, and switching on XML Path Language (XPath) support.
Remarks
The following CLSID supports IID_XMLDOMDocument2 in CoCreateInstance. The following progID returns an object that can be cast into an IXMLDOMDocument2 interface. IXMLDOMDocument2 methods and properties are transparently available in late-bound scripting languages that go through IDispatch.
The same is true for DOMDocument objects exposed through the responseXML (IXMLHTTPRequest) property.
CLSID | ProgID |
---|---|
CLSID_DOMDocument | Msxml2.DOMDocument |
This interface inherits all of the methods, properties, and events of DOMDocument.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
See Also
IXMLDOMDocument2 Members | DOMDocument
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.