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