Here are the data structures with brief descriptions:
C__nxml_entity_t | Data struct private about entities for internal use only |
C__nxml_private_t | Data struct private for internal use only |
Cnxml_attr_t | Data struct for any element of attribute of xml element |
Cnxml_data_t | Data struct for any element of XML streams/files |
Cnxml_doctype_t | Data struct for doctype elements |
Cnxml_namespace_t | Data struct for namespace |
Cnxml_t | Principal data struct. It describes a XML document and it contains pointers to any other structures |