Definition in file GenericSAXHandler.h.
#include <config.h>
#include <string>
#include <map>
#include <stack>
#include <sstream>
#include <vector>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/sax2/DefaultHandler.hpp>
#include <utils/common/UtilExceptions.h>
#include "SUMOXMLDefinitions.h"
#include "SUMOSAXAttributes.h"
Go to the source code of this file.
Data Structures | |
| class | GenericSAXHandler |
| A handler which converts occuring elements and attributes into enums. More... | |
| struct | GenericSAXHandler::Attr |
| An attribute name and its numerical representation. More... | |
| struct | GenericSAXHandler::Tag |
| A tag (element) name with its numerical representation. More... | |
Variables | |
| GenericSAXHandler::Attr | sumoattrs [] |
| The names of SUMO-XML attributes. | |
| GenericSAXHandler::Tag | sumotags [] |
| The names of SUMO-XML elements. | |
1.5.6