zStatus zXml_Attr64u(zXml xml, zXmlItem item, const zChar* name, z64u* value);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem item |
Element node. |
|
const zChar* name |
Attribute name. |
|
z64u* value |
Returns attribute content as a numeric value. |
Gets XML attribute content as a z64u value.
zXml.h