CMS 3D CMS Logo

ParserFunctions.h
Go to the documentation of this file.
1 #ifndef DQMServices_ClientConfig_ParserFunctions_h
2 #define DQMServices_ClientConfig_ParserFunctions_h
3 
4 #include "xercesc/util/XercesDefs.hpp"
5 #include "xercesc/parsers/XercesDOMParser.hpp"
6 
7 #include <string>
8 
9 namespace qtxml{
10  inline std::string _toString(const XMLCh *toTranscode){
11  std::string tmp(xercesc::XMLString::transcode(toTranscode));
12  return tmp;
13  }
14 
15  inline XMLCh* _toDOMS( std::string temp ){
16  XMLCh* buff = xercesc::XMLString::transcode(temp.c_str());
17  return buff;
18  }
19 
20 }
21 #endif // DQMServices_ClientConfig_ParserFunctions_h
std::string _toString(const XMLCh *toTranscode)
XMLCh * _toDOMS(std::string temp)
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100