![]() |
![]() |
#include "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXML.h"
#include "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXMLDomUtils.h"
#include "CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibMap.h"
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
XMLCh * | _toDOMS (std::string temp) |
std::string | _toString (const XMLCh *toTranscode) |
XMLCh* _toDOMS | ( | std::string | temp | ) | [inline] |
Definition at line 18 of file MiscalibReaderXML.cc.
References transcode().
Referenced by pool::TrivialFileCatalog::connect(), edm::service::SiteLocalConfigService::parse(), and MiscalibReaderFromXML::parseXMLMiscalibFile().
00018 { 00019 XMLCh* buff = XMLString::transcode(temp.c_str()); 00020 return buff; 00021 }
std::string _toString | ( | const XMLCh * | toTranscode | ) | [inline] |
Definition at line 13 of file MiscalibReaderXML.cc.
References tmp, and transcode().
Referenced by _toParenString(), MiscalibReaderFromXML::MiscalibReaderFromXML(), edm::service::SiteLocalConfigService::parse(), and pool::TrivialFileCatalog::TrivialFileCatalog().
00013 { 00014 std::string tmp(XMLString::transcode(toTranscode)); 00015 return tmp; 00016 }