Main Page
Modules
Related Pages
S
earch for
Axl DTD: Document type declaration interface (functions, validation, and DTD parsing)
axl_dtd_check_entity_ref_and_expand
axl_dtd_element_is_toplevel
axl_dtd_entity_exists
axl_dtd_entity_value
axl_dtd_free
axl_dtd_get_attr
axl_dtd_get_attr_contraints
axl_dtd_get_element
axl_dtd_get_element_name
axl_dtd_get_element_type
axl_dtd_get_item_list
axl_dtd_get_root
axl_dtd_item_list_count
axl_dtd_item_list_get_node
axl_dtd_item_list_repeat
axl_dtd_item_list_type
axl_dtd_item_node_get_list
axl_dtd_item_node_get_repeat
axl_dtd_item_node_get_type
axl_dtd_item_node_get_value
axl_dtd_parse
axl_dtd_parse_from_file
axl_dtd_validate
char * axl_dtd_get_element_name
(
axlDtdElement
*
element
)
Returns the name of the provided
axlDtdElement
.
Parameters:
element
A reference to a
axlDtdElement
where the name will be returned.
Returns:
A reference to the internal DTD element name. Returned value mustn't be deallocated.