Main Page
Modules
Related Pages
S
earch for
Axl Node Attribute iteration: An interface provided to iterate attribute nodes without knowing them.
axl_node_attr_cursor_first
axl_node_attr_cursor_free
axl_node_attr_cursor_get_key
axl_node_attr_cursor_get_value
axl_node_attr_cursor_has_item
axl_node_attr_cursor_has_next
axl_node_attr_cursor_new
axl_node_attr_cursor_next
axl_node_attr_foreach
const char * axl_node_attr_cursor_get_key
(
axlAttrCursor
*
cursor
)
Allows to get the attribute key associated to the attribute selected by the cursor.
Parameters:
cursor
The cursor that is being queried.
Returns:
A reference to the attribute key or NULL if it fails.