zStatus zXml_InsertItem(zXml xml, zXmlItem before, const zChar* name, zXmlItem* item);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem before |
Sibling node. |
|
const zChar* name |
Name of the new node. |
|
zXmlItem* item |
Destination for the item handle. |
Inserts a new node before the specified sibling node.
zXml.h