Main Page
Namespaces
Classes
Package Documentation
DQMServices
ClientConfig
interface
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
}
// namespace qtxml
21
#endif // DQMServices_ClientConfig_ParserFunctions_h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
groupFilesInBlocks.temp
temp
Definition:
groupFilesInBlocks.py:142
qtxml::_toString
std::string _toString(const XMLCh *toTranscode)
Definition:
ParserFunctions.h:10
qtxml
Definition:
ParserFunctions.h:9
qtxml::_toDOMS
XMLCh * _toDOMS(std::string temp)
Definition:
ParserFunctions.h:15
createJobs.tmp
tmp
align.sh
Definition:
createJobs.py:716
Generated for CMSSW Reference Manual by
1.8.11