XMLBEANSXX  0.9.8
xmlbeansxx::Transcoder Class Reference

#include <XercesUtils.h>

Collaboration diagram for xmlbeansxx::Transcoder:

List of all members.

Public Member Functions

 Transcoder (const char *encoding)
std::string transcode (const XMLCh *s)

Private Attributes

StdStringFormatTarget t
xercesc::XMLFormatter f

Detailed Description

Provides transcoding of xerces const XMLCh * string to String in given encoding.


Constructor & Destructor Documentation

xmlbeansxx::Transcoder::Transcoder ( const char *  encoding)
Parameters:
encodingis a name of destination encoding. Eg. 'UTF-8'.

Member Function Documentation

std::string xmlbeansxx::Transcoder::transcode ( const XMLCh *  s)

Member Data Documentation

xercesc::XMLFormatter xmlbeansxx::Transcoder::f [private]

The documentation for this class was generated from the following files: