Main Page
Modules
Related Pages
S
earch for
Axl Node: Xml node interface functions to use and manipulate xml nodes inside documents.
ATTR_VALUE
ATTR_VALUE_TRANS
ATTR_VALUE_TRIMMED
axl_node_add_pi_target
axl_node_are_equal
axl_node_content_copy_and_escape
axl_node_copy
axl_node_create
axl_node_create_ref
axl_node_deattach
axl_node_dump
axl_node_dump_pretty
axl_node_dump_pretty_to_file
axl_node_dump_to_file
axl_node_find_called
axl_node_free
axl_node_free_full
axl_node_get_attribute_value
axl_node_get_attribute_value_copy
axl_node_get_attribute_value_trans
axl_node_get_attribute_value_trimmed
axl_node_get_child_called
axl_node_get_child_nth
axl_node_get_child_num
axl_node_get_childs
axl_node_get_content
axl_node_get_content_copy
axl_node_get_content_trans
axl_node_get_content_trim
axl_node_get_doc
axl_node_get_first_child
axl_node_get_last_child
axl_node_get_name
axl_node_get_next
axl_node_get_next_called
axl_node_get_parent
axl_node_get_pi_target_content
axl_node_get_pi_target_list
axl_node_get_previous
axl_node_get_previous_called
axl_node_has_attribute
axl_node_has_attribute_value
axl_node_has_attributes
axl_node_has_invalid_chars
axl_node_has_pi_target
axl_node_have_childs
axl_node_is_empty
axl_node_num_attributes
axl_node_parse
axl_node_parse_strings
axl_node_remove
axl_node_remove_attribute
axl_node_replace
axl_node_set_attribute
axl_node_set_attribute_ref
axl_node_set_cdata_content
axl_node_set_child
axl_node_set_child_after
axl_node_set_comment
axl_node_set_content
axl_node_set_content_ref
axl_node_set_have_childs
axl_node_set_is_empty
axl_node_set_name
axl_node_set_name_ref
axl_node_transfer_childs
HAS_ATTR
HAS_ATTR_VALUE
NODE_CMP_NAME
void axl_node_free_full
(
axlNode
*
node
,
bool
also_childs
)
Allows to remove the provided node without removing childs inside it.
Parameters:
node
The node to deallocate.
also_childs
Signal the function to dealloc childs or not.