Public Member Functions | |
XStr (const char *const toTranscode) | |
~XStr () | |
const XMLCh * | UnicodeForm () const |
Private Attributes | |
XMLCh * | mUnicodeForm |
This is a simple class that lets us do easy (though not terribly efficient) trancoding of char* data to XMLCh data.
Taken from Xerces-C samples/CreateDOMDocument/CreateDOMDocument.cpp
Definition at line 2526 of file HeartConfig.cpp.
XStr::XStr | ( | const char *const | toTranscode | ) | [inline] |
Constructor.
toTranscode | the C string to convert |
Definition at line 2533 of file HeartConfig.cpp.
References mUnicodeForm.
XStr::~XStr | ( | ) | [inline] |
const XMLCh* XStr::UnicodeForm | ( | ) | const [inline] |
XMLCh* XStr::mUnicodeForm [private] |
This is the Unicode XMLCh format of the string.
Definition at line 2554 of file HeartConfig.cpp.
Referenced by UnicodeForm(), XStr(), and ~XStr().