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
bool axl_node_attr_cursor_has_next
(
axlAttrCursor
*
cursor
)
Allows to check if the is a next attribute, following current attribute selected.
Parameters:
cursor
The cursor to be configured.
Returns:
true
if it has next element, otherwise
false
.