Xml.xmldom.IDOMDocument.documentElement

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property documentElement: IDOMElement read get_documentElement write set_documentElement;

C++

__property _di_IDOMElement documentElement = {read=_scw_get_documentElement, write=set_documentElement};

Properties

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

Description

Returns the root node of the document.

The documentElement property returns the root node of the XML document. If no root exists, a null reference is returned.

See Also