Habe gerade mal in die Doku geschaut und bin über
NodeNew gestoßen:
Zitat:
NativeXml Help
Content | Index | Reference
TXmlNode.NodeNew
TXmlNode
function NodeNew(const AName: Utf8String): TXmlNode; virtual;
Description
Create a new node with AName, add it to the subnode list, and return a pointer to it.
Ist quasi das gleiche wie AddChild, nur eben mit anderen Namen
»Remember, the future maintainer is the person you should be writing code for, not the compiler.« (Nick Hodges)