NativeXml Help
Content
|
Index
|
Reference
TXmlNode.NodeFindOrCreate
TXmlNode
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.