| 
 ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
 
  | 
xmlstring.h | 
| Includes: | <stdarg.h> <libxml/xmlversion.h>  | 
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).
 
BAD_CAST | 
#define BAD_CAST  
BAD_CAST:
Macro to cast a string to an xmlChar * when one know its safe.
 
  |