Header for Nibble Memory functions + Libxml2 specific stuff. More...
#include <yaz/nmem.h>#include <yaz/xmltypes.h>Go to the source code of this file.
Functions | |
| char * | nmem_text_node_cdata (const xmlNode *ptr, NMEM nmem) |
| copies TEXT Libxml2 node data to NMEM | |
Header for Nibble Memory functions + Libxml2 specific stuff.
Definition in file nmem_xml.h.
| char* nmem_text_node_cdata | ( | const xmlNode * | ptr, | |
| NMEM | nmem | |||
| ) |
copies TEXT Libxml2 node data to NMEM
Definition at line 95 of file nmemsdup.c.
References nmem_malloc().
Referenced by element_attribute_value_extract(), strVal(), yaz_marc_add_controlfield_xml(), yaz_marc_add_controlfield_xml2(), and yaz_marc_add_datafield_xml().
1.6.3