zStatus zXml_Child32u(zXml xml, zXmlItem parent, const zChar* path, z32u* value);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem parent |
Parent node. |
|
const zChar* path |
Path relative to the parent node. |
|
z32u* value |
Returns XML content as a numeric value. |
Gets XML child node content as a z32u value.
zXml.h