|
Pol
Rev 533
|
#include <xmlutil.h>
Public Member Functions | |
| XStr (const char *const toTranscode) | |
| XStr (const std::string &toTranscode) | |
| ~XStr () | |
| const XMLCh * | unicodeForm () const |
Private Attributes | |
| XMLCh * | fUnicodeForm |
| XStr::XStr | ( | const char *const | toTranscode | ) | [inline, explicit] |
Definition at line 24 of file xmlutil.h.
References fUnicodeForm.
| XStr::XStr | ( | const std::string & | toTranscode | ) | [inline, explicit] |
Definition at line 29 of file xmlutil.h.
References fUnicodeForm.
| XStr::~XStr | ( | ) | [inline] |
Definition at line 35 of file xmlutil.h.
References fUnicodeForm.
| const XMLCh* XStr::unicodeForm | ( | ) | const [inline] |
Definition at line 44 of file xmlutil.h.
References fUnicodeForm.
XMLCh* XStr::fUnicodeForm [private] |
Definition at line 56 of file xmlutil.h.
Referenced by unicodeForm(), XStr(), and ~XStr().