|
YAZ
4.2.57
|
Header for Nibble Memory functions + Libxml2 specific stuff. More...
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 145 of file nmemsdup.c.
References nmem_malloc().
Referenced by base64_render(), element_attribute_value_extract(), strVal(), yaz_marc_add_controlfield_xml(), yaz_marc_add_controlfield_xml2(), and yaz_marc_add_datafield_xml().
1.8.1.2