CMS 3D CMS Logo

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 }

Generated on Tue Jun 9 17:34:10 2009 for CMSSW by  doxygen 1.5.4