Main Page
Modules
Related Pages
S
earch for
Axl Doc: XML Documents related functions, loading XML documents and using them.
axl_doc_add_pi_target
axl_doc_are_equal
axl_doc_are_equal_trimmed
axl_doc_create
axl_doc_dump
axl_doc_dump_pretty
axl_doc_dump_pretty_to_file
axl_doc_dump_to_file
axl_doc_find_called
axl_doc_free
axl_doc_get
axl_doc_get_content_at
axl_doc_get_encoding
axl_doc_get_flat_size
axl_doc_get_list
axl_doc_get_pi_target_content
axl_doc_get_pi_target_list
axl_doc_get_root
axl_doc_get_standalone
axl_doc_has_pi_target
axl_doc_iterate
axl_doc_iterate_full
axl_doc_iterate_full_from
axl_doc_parse
axl_doc_parse_from_file
axl_doc_parse_strings
axl_doc_set_root
axl_pi_are_equal
axl_pi_copy
axl_pi_create
axl_pi_free
axl_pi_get_content
axl_pi_get_name
char * axl_pi_get_name
(
axlPI
*
pi
)
Allows to get current pi name from the given
axlPI
reference.
Parameters:
pi
The PI reference where the name will returned.
Returns:
A string representing the PI name. Returned value shouldn't be deallocated.