1 #ifndef HCALConfigDBTools_XMLTools_XMLProcessor_h
2 #define HCALConfigDBTools_XMLTools_XMLProcessor_h
25 #include <xercesc/dom/DOM.hpp>
26 #include <xercesc/util/XMLString.hpp>
28 #include <xercesc/dom/DOMNode.hpp>
29 #include <xercesc/framework/MemBufInputSource.hpp>
32 #if defined(XERCES_NEW_IOSTREAMS)
173 XMLCh* buff = XERCES_CPP_NAMESPACE::XMLString::transcode(temp.c_str());
179 int status = snprintf(buf, 100,
"%d", temp);
181 std::cout <<
"XMLProcessor::_toXMLCh(int temp): buffer overflow, the std::string will be truncated!" << std::endl;
182 }
else if (status < 0) {
183 std::cout <<
"XMLProcessor::_toXMLCh(int temp): output error" << std::endl;
185 XMLCh* buff = XERCES_CPP_NAMESPACE::XMLString::transcode(buf);
191 int status = snprintf(buf, 100,
"%.10e", temp);
193 std::cout <<
"XMLProcessor::_toXMLCh(int temp): buffer overflow, the std::string will be truncated!" << std::endl;
194 }
else if (status < 0) {
195 std::cout <<
"XMLProcessor::_toXMLCh(int temp): output error" << std::endl;
197 XMLCh* buff = XERCES_CPP_NAMESPACE::XMLString::transcode(buf);
203 int status = strftime(buf, 50,
"%c", gmtime(&temp));
205 std::cout <<
"XML Processor::_toXMLCh(int temp): buffer overflow, the std::string is indeterminate!" << std::endl;
207 XMLCh* buff = XERCES_CPP_NAMESPACE::XMLString::transcode(buf);
std::string detector_name
XMLCh * serializeDOM(XERCES_CPP_NAMESPACE::DOMNode *node, std::string target="stdout")
XMLDOMBlock * createLMapHBEFXMLBase(std::string templateFileName)
struct XMLProcessor::_loaderBaseConfig loaderBaseConfig
XMLProcessor::_checksumsDBConfig checksumsDBConfig
std::string comment_description
int addLMapHBEFDataset(XMLDOMBlock *doc, LMapRowHBEF *row, std::string templateFileName)
struct XMLProcessor::_LMapRowHO LMapRowHO
std::string extention_table_name
int addLMapHODataset(XMLDOMBlock *doc, LMapRowHO *row, std::string templateFileName)
struct XMLProcessor::_DBConfig DBConfig
struct XMLProcessor::_LMapRowHBEF LMapRowHBEF
XMLDOMBlock * createLMapHOXMLBase(std::string templateFileName)
static XMLCh * _toXMLCh(std::string temp)
XMLProcessor::_lutDBConfig lutDBConfig
int write(XMLDOMBlock *doc, std::string target="stdout")
static XMLProcessor * instance
static XMLProcessor * getInstance()
std::string created_by_user