40 : myDefaultIndentation(defaultIndentation), myHavePendingOpener(false) {
57 const std::map<SumoXMLAttr, std::string>& attrs) {
61 for (std::map<SumoXMLAttr, std::string>::const_iterator it = attrs.begin(); it != attrs.end(); ++it) {
97 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)