NativeXml Help
TXmlNode.NodeFindOrCreate
function NodeFindOrCreate(const AName: Utf8String): TXmlNode; virtual;
Description
This function returns a pointer to the first node with AName. If this node is not found, then it creates a new node with AName and returns its pointer.