NativeXml Help
TXmlNode.FindNode
function FindNode(const NodeName: Utf8String): TXmlNode; virtual;
Description
Find the first node which has name NodeName. Contrary to the NodeByName function, this function will search the whole subnode tree, using the DepthFirst method. It is possible to search for a full path too, e.g. FoundNode := MyNode.FindNode('/Root/SubNode1/SubNode2/ThisNode');