const char *
to const XMLCh *
.
More...
#include <XMLSupport.h>
Public Member Functions | |
UnicodeString (const char *src) | |
~UnicodeString () | |
operator const XMLCh * () const | |
Protected Attributes | |
XMLCh * | unicodeForm |
const char *
to const XMLCh *
.
|
Transcodes given string storing it in unicodeForm.
|
|
Simple destructor.
|
|
Returns transcoded string as
|
|
Unicode form of given string.
|