const zChar* zXml_AttrNameAt(zXml xml, zXmlItem item, z32u index);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem item |
Element node. |
|
z32u index |
Attribute index. |
Returns an attribute at a specific index within the list of attributes for the given element node.
zXml.h