CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/DQMServices/ClientConfig/interface/ParserFunctions.h

Go to the documentation of this file.
00001 namespace qtxml{
00002         inline std::string _toString(const XMLCh *toTranscode){
00003                 std::string tmp(xercesc::XMLString::transcode(toTranscode));
00004                 return tmp;
00005         }
00006 
00007         inline XMLCh*  _toDOMS( std::string temp ){
00008                 XMLCh* buff = xercesc::XMLString::transcode(temp.c_str());    
00009                 return  buff;
00010         }
00011 
00012 }