Zen API
zXml_InsertItem
C
zStatus zXml_InsertItem(zXml xml, zXmlItem before, const zChar* name, zXmlItem* item);
Parameters
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. 
Description

Inserts a new node before the specified sibling node.

File

zXml.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.