Share via


implementation Property (Compact 2013)

3/26/2014

Contains IXMLDOMImplementation for the document.

Syntax

var objXMLDOMImplementation = oXMLDOMDocument.implementation;
HRESULT get_implementation(
  IXMLDOMImplementation** impl
);

Parameters

Script

None.

C/C++

  • impl
    [out, retval] IXMLDOMImplementation for this document.

Return Value

Script

Object. IXMLDOMImplementation for this document.

C/C++

  • S_OK
    Value returned if successful.
  • E_INVALIDARG
    Value returned if impl is Null.

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

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Properties