RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDOMVendor.DOMImplementation Method

Returns the IDOMImplementation interface for the associated DOM implementation.

Pascal
function DOMImplementation: IDOMImplementation; virtual; abstract;
C++
virtual __fastcall IDOMImplementation DOMImplementation() = 0;

DOMImplementation returns the top-level interface for a DOM implementation. This interface is the starting point for any application that uses the DOM implementation to parse and edit an XML document. 

DOMImplementation is an abstract (pure virtual) method in TDOMVendor. Descendant classes override this method to return the IDOMImplementation interface for the associated DOM implementation.

Note: For more information about the IDOMImplementation, see the W3C Document Object Model (DOM) Level 2 Specification or the documentation provided by your DOM vendor.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!