[][src]Type Definition libxslt::bindings::xmlChar

type xmlChar = u8;

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