Zen API
zXml_Construct
C
zStatus zXml_Construct(zXml* xml);
Parameters
Parameters 
Description 
zXml* xml 
Destination for the constructed object handle. 
Description

Constructs an XML object.

The XML object is initially empty; use zXml_AddItem with parent=kNIL to create a root node.

File

zXml.h

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