Xml.XMLIntf.IXMLNode.XML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property XML: DOMString read GetXML;

C++

__property System::UnicodeString XML = {read=GetXML};

Properties

Type Visibility Source Unit Parent
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Indicates the XML that corresponds to the subtree rooted at this node.

XML is the XML that corresponds to the document fragment that consists of this node and any child nodes it contains.

Note: XML is only available when the DOMVendor used to parse this node's XML document is MSXML.

See Also