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