Xml.XMLDoc.TXMLNode.GetHostedNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHostedNodes: TXMLNodeArray;

C++

TXMLNodeArray __fastcall GetHostedNodes();

Properties

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

Description

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

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.

See Also