41 : myDefaultIndentation(defaultIndentation), myHavePendingOpener(false) {
58 const std::map<SumoXMLAttr, std::string>& attrs) {
62 for (std::map<SumoXMLAttr, std::string>::const_iterator it = attrs.begin(); it != attrs.end(); ++it) {
98 into << indent <<
"</" <<
myXMLStack.back() <<
">\n";
SumoXMLTag
Numbers representing SUMO-XML - element names.
static OptionsCont & getOptions()
Retrieves the options.
void writeXMLHeader(std::ostream &os)
Writes a standard XML header, including the configuration.
std::string toString(const T &t, std::streamsize accuracy=gPrecision)