RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetHostedNodes Method

Returns a list an array of the hosted nodes that share this node's attribute and child node lists.

Pascal
function GetHostedNodes: TXMLNodeArray;
C++
__fastcall TXMLNodeArray GetHostedNodes();

GetHostedNodes is the read implementation of the HostedNodes property. It returns a list an array of all nodes that represent aspects of this node, sharing its attributes and list of child nodes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!