#include <LibXmlKit/xmltype.h>
Go to the source code of this file.
Defines | |
#define | XMLMEM_H_INCLUDED |
Functions | |
void | xml_mem_init (void) |
Initialize the memory system for XML processing. | |
XmlDoc * | xml_mem_doc_ptr2obj (xmlDocPtr doc) |
Get XmlDoc instance from xmlDocPtr. | |
XmlNode * | xml_mem_node_ptr2obj (xmlNodePtr node) |
Get XmlNode instance from xmlNodePtr. |
|
Avoid include twice |
|
Get XmlDoc instance from xmlDocPtr.
|
|
Initialize the memory system for XML processing.
|
|
Get XmlNode instance from xmlNodePtr.
|