Xml.XMLDoc.TXMLNode.GetXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetXML: DOMString;

C++

System::UnicodeString __fastcall GetXML();

Properties

Type Visibility Source Unit Parent
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

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

Use the TXMLNode object's IXMLNode interface to call the protected GetXML method. GetXML returns the XML that corresponds to this node and any child nodes it contains.

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

See Also