Defines | |
#define | axl_ns_doc_find_called(doc, ns, name) (axl_ns_node_find_called(axl_doc_get_root(doc),ns,name)) |
Convenience macro that allows to call axl_ns_node_find_called, providing a document, making the parent reference to use the root document node (with namespace support). | |
Functions | |
bool | axl_ns_doc_validate (axlDoc *doc, axlError **error) |
Allows to check XML 1.0 namespace rules for the document loaded. |