1 #ifndef SiStripConfigWriter_H 2 #define SiStripConfigWriter_H 12 #include <xercesc/framework/StdOutFormatTarget.hpp> 13 #include <xercesc/framework/LocalFileFormatTarget.hpp> 15 #include <xercesc/util/XMLString.hpp> 16 #include <xercesc/dom/DOMException.hpp> 17 #include <xercesc/dom/DOMImplementation.hpp> 18 #include <xercesc/dom/DOM.hpp> void createChildElement(std::string tag, std::string name)
xercesc::DOMLSSerializer * theDomWriter
void createElement(std::string tag)
bool init(std::string main)
Write XML file.
~SiStripConfigWriter()
Destructor.
xercesc::DOMLSOutput * theOutput
xercesc::DOMElement * theLastElement
void write(std::string fname)
SiStripConfigWriter()
Creator.
xercesc::DOMElement * theTopElement
xercesc::DOMDocument * theDoc