NativeXml Help
TXmlNode.Nodes
property Nodes [Index: integer]: TXmlNode;
Description
List of subnodes, by index. Iterate through the list using NodeCount and this property. The attributes are listed first, then followed by all other node types, in the order as found in the XML document.