 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef NIXMLTypesHandler_h
19 #define NIXMLTypesHandler_h
NIXMLTypesHandler(NBTypeCont &tc)
Constructor.
SAX-handler base for SUMO-files.
NIXMLTypesHandler & operator=(const NIXMLTypesHandler &s)
invalid assignment operator
Importer for edge type information stored in XML.
~NIXMLTypesHandler()
Destructor.
std::string myCurrentTypeID
The currently parsed type.
void myStartElement(int element, const SUMOSAXAttributes &attrs)
Called on the opening of a tag; Parses edge type information.
A storage for available types of edges.
NBTypeCont & myTypeCont
The type container to fill.
Encapsulated SAX-Attributes.