Xml.xmldom.IDOMDocument.domImplementation

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property domImplementation: IDOMImplementation read get_domImplementation;

C++

__property _di_IDOMImplementation domImplementation = {read=_scw_get_domImplementation};

Properties

Type Visibility Source Unit Parent
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument

Description

Returns the IDOMImplementation object that handles the document.

The domImplementation property returns the IDOMImplementation object that handles the XML document.

See Also