libxml2_xmlstring.h File Reference
#include
<stdapis/libxml2/libxml2_xmlstring.h>
Typedef xmlChar
typedef unsigned char | xmlChar |
xmlChar:
This is a basic byte in an UTF-8 encoded string. It's unsigned allowing to pinpoint case where char * are assigned to xmlChar * (possibly making serialization back impossible).