Zen API
zXml_ChildExists
C
zBool zXml_ChildExists(zXml xml, zXmlItem parent, const zChar* path);
Parameters
Parameters 
Description 
zXml xml 
XML document object. 
zXmlItem parent 
Parent node. 
const zChar* path 
Path relative to the parent node. 
Description

Reports whether a child node exists at the specified relative path.

File

zXml.h

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