implementation Property
Contains IXMLDOMImplementation for the document.
var objXMLDOMImplementation = oXMLDOMDocument.implementation;
HRESULT get_implementation(
IXMLDOMImplementation** impl
);
General Remarks
An XML Document Object Model (DOM) application can use objects from multiple implementations. This property provides access to IXMLDOMImplementation that handles this document.
This property is read-only, and applies to the following objects and interfaces:
DOMDocument and IXMLDOMImplementation
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.