#include <SiStripConfigWriter.h>
|
void | createChildElement (std::string tag, std::string name) |
|
void | createChildElement (std::string tag, std::string name, std::string att_name, std::string att_val) |
|
void | createChildElement (std::string tag, std::string name, std::string att_name1, std::string att_val1, std::string att_name2, std::string att_val2) |
|
void | createChildElement (std::string tag, std::string name, std::string att_name1, std::string att_val1, std::string att_name2, std::string att_val2, std::string att_name3, std::string att_val3) |
|
void | createElement (std::string tag) |
|
void | createElement (std::string tag, std::string name) |
|
bool | init (std::string main) |
| Write XML file. More...
|
|
| SiStripConfigWriter () |
| Creator. More...
|
|
void | write (std::string fname) |
|
| ~SiStripConfigWriter () |
| Destructor. More...
|
|
Definition at line 25 of file SiStripConfigWriter.h.
SiStripConfigWriter::SiStripConfigWriter |
( |
| ) |
|
SiStripConfigWriter::~SiStripConfigWriter |
( |
| ) |
|
void SiStripConfigWriter::createChildElement |
( |
std::string |
tag, |
|
|
std::string |
name |
|
) |
| |
void SiStripConfigWriter::createChildElement |
( |
std::string |
tag, |
|
|
std::string |
name, |
|
|
std::string |
att_name, |
|
|
std::string |
att_val |
|
) |
| |
void SiStripConfigWriter::createChildElement |
( |
std::string |
tag, |
|
|
std::string |
name, |
|
|
std::string |
att_name1, |
|
|
std::string |
att_val1, |
|
|
std::string |
att_name2, |
|
|
std::string |
att_val2 |
|
) |
| |
void SiStripConfigWriter::createChildElement |
( |
std::string |
tag, |
|
|
std::string |
name, |
|
|
std::string |
att_name1, |
|
|
std::string |
att_val1, |
|
|
std::string |
att_name2, |
|
|
std::string |
att_val2, |
|
|
std::string |
att_name3, |
|
|
std::string |
att_val3 |
|
) |
| |
void SiStripConfigWriter::createElement |
( |
std::string |
tag | ) |
|
void SiStripConfigWriter::createElement |
( |
std::string |
tag, |
|
|
std::string |
name |
|
) |
| |
bool SiStripConfigWriter::init |
( |
std::string |
main | ) |
|
void SiStripConfigWriter::write |
( |
std::string |
fname | ) |
|
xercesc::DOMDocument* SiStripConfigWriter::theDoc |
|
private |
xercesc::DOMLSSerializer* SiStripConfigWriter::theDomWriter |
|
private |
xercesc::DOMElement* SiStripConfigWriter::theLastElement |
|
private |
xercesc::DOMLSOutput* SiStripConfigWriter::theOutput |
|
private |
xercesc::DOMElement* SiStripConfigWriter::theTopElement |
|
private |