RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetXML Method

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

Pascal
function GetXML: DOMString;
C++
__fastcall DOMString GetXML();

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.
 

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