zStatus zXml_AddItem(zXml xml, zXmlItem parent, const zChar* name, zXmlItem* item);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem parent |
Parent node. |
|
const zChar* name |
Name of the new node. |
|
zXmlItem* item |
Destination for the item handle. |
Inserts a new child node at the end of the specified parent node's child list.
zXml.h