zBool zXml_ChildExists(zXml xml, zXmlItem parent, const zChar* path);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem parent |
Parent node. |
|
const zChar* path |
Path relative to the parent node. |
Reports whether a child node exists at the specified relative path.
zXml.h