Go to the documentation of this file. 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>
xercesc::DOMLSOutput * theOutput
xercesc::DOMDocument * theDoc
xercesc::DOMElement * theLastElement
void createChildElement(std::string tag, std::string name)
~SiStripConfigWriter()
Destructor.
void createElement(std::string tag)
void write(std::string fname)
xercesc::DOMLSSerializer * theDomWriter
SiStripConfigWriter()
Creator.
bool init(std::string main)
Write XML file.
xercesc::DOMElement * theTopElement