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)
41 XERCES_CPP_NAMESPACE_USE
186 XMLCh* buff = XMLString::transcode(temp.c_str());
193 int status = snprintf( buf, 100,
"%d", temp );
196 std::cout <<
"XMLProcessor::_toXMLCh(int temp): buffer overflow, the std::string will be truncated!" << std::endl;
198 else if ( status <0 )
200 std::cout <<
"XMLProcessor::_toXMLCh(int temp): output error" << std::endl;
202 XMLCh* buff = XMLString::transcode( buf );
209 int status = snprintf( buf, 100,
"%.10e", temp );
212 std::cout <<
"XMLProcessor::_toXMLCh(int temp): buffer overflow, the std::string will be truncated!" << std::endl;
214 else if ( status <0 )
216 std::cout <<
"XMLProcessor::_toXMLCh(int temp): output error" << std::endl;
218 XMLCh* buff = XMLString::transcode( buf );
225 int status = strftime( buf, 50,
"%c", gmtime( &temp ) );
228 std::cout <<
"XML Processor::_toXMLCh(int temp): buffer overflow, the std::string is indeterminate!" << std::endl;
230 XMLCh* buff = XMLString::transcode( buf );
std::string detector_name
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
XMLCh * serializeDOM(DOMNode *node, std::string target="stdout")
static XMLProcessor * getInstance()
std::string created_by_user