Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMDocument::getEleme...     IXMLDOMDocument::load Met...     IXMLDOMDocument Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMDocument::get_implementation Method


Contains a pointer to the IXMLDOMImplementation object for this document.

Visual Basic Syntax

Set objXMLDOMImplementation = oXMLDOMDocument.implementation

C/C++ Syntax

HRESULT get_implementation(
    IXMLDOMImplementation **impl);

Parameters

impl
[out] IXMLDOMImplementation object for this document.

C/C++ Return Values

S_OK
Value returned if successful.
E_INVALIDARG
Value returned if impl is null.

Remarks

A DOM application can use objects from multiple implementations. This provides access to the IXMLDOMImplementation object that handles this document.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.