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_item
(
axlAttrCursor
*
cursor
)
Allows to check if the current position selected has an attribute reference.
Parameters:
cursor
The cursor that is being queried.
Returns:
true
if it has item element, otherwise
false
.