zStatus zXml_ChildText(zXml xml, zXmlItem parent, const zChar* path, zChar* str, z32u capacity);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem parent |
Parent node. |
|
const zChar* path |
Path relative to the parent node. |
|
zChar* str |
Character array. |
|
z32u capacity |
Character array capacity, in bytes (includes null-terminator). |
Gets XML child node content as a character array.
zXml.h