#include <XMLTool.hh>
Collaboration diagram for StrX:

Public Member Functions | |
| StrX (const XMLCh *const toTranscode) | |
| ~StrX () | |
| const char * | localForm () const |
Private Attributes | |
| char * | fLocalForm |
Definition at line 190 of file XMLTool.hh.
| StrX::StrX | ( | const XMLCh *const | toTranscode | ) | [inline] |
Definition at line 195 of file XMLTool.hh.
00196 { 00197 // Call the private transcoding method 00198 fLocalForm = XMLString::transcode(toTranscode); 00199 }
| StrX::~StrX | ( | ) | [inline] |
| const char* StrX::localForm | ( | ) | const [inline] |
Definition at line 209 of file XMLTool.hh.
Referenced by operator<<().
00210 { 00211 return fLocalForm; 00212 }
char* StrX::fLocalForm [private] |
1.4.7