Xml.XMLDoc.TXMLNode.GetHostNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHostNode: TXMLNode;

C++

TXMLNode* __fastcall GetHostNode();

Properties

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

Description

Returns the value of the HostNode property.

GetHostNode returns the node that uses this node to represent a particular aspect of it, sharing the same attributes and list of child nodes. If this is not a hosted node, GetHostNode returns nil (Delphi) or NULL (C++).

See Also