ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


xmlstring.h

Includes:

Introduction



Typedefs


xmlChar


typedef unsigned char xmlChar;  
Discussion

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).

#defines


BAD_CAST


#define BAD_CAST  
Discussion

BAD_CAST:

Macro to cast a string to an xmlChar * when one know its safe.

Last Updated: 2006-06-20