NativeXml Help
TXmlNode.FindNodes
procedure FindNodes(const NodeName: Utf8String; const AList: TList); virtual;
Description
Find all nodes which have name NodeName. Contrary to the NodesByName function, this function will search the whole subnode tree. If you use a TsdNodeList for the AList parameter, you don't need to cast the list items to TXmlNode.