#include <XMLUniStr.h>
Public Member Functions | |
operator const XMLCh * () const | |
XMLUniStr (const char *str) | |
~XMLUniStr () | |
Private Attributes | |
XMLCh * | unicode |
Definition at line 7 of file XMLUniStr.h.
XMLUniStr::XMLUniStr | ( | const char * | str | ) | [inline] |
Definition at line 9 of file XMLUniStr.h.
: unicode(XERCES_CPP_NAMESPACE_QUALIFIER XMLString::transcode(str)) {}
XMLUniStr::~XMLUniStr | ( | ) | [inline] |
Definition at line 13 of file XMLUniStr.h.
References fetchall_from_DQM_v2::release, unicode, and XERCES_CPP_NAMESPACE_QUALIFIER.
XMLUniStr::operator const XMLCh * | ( | ) | const [inline] |
XMLCh* XMLUniStr::unicode [private] |
Definition at line 20 of file XMLUniStr.h.
Referenced by operator const XMLCh *(), and ~XMLUniStr().