Eclipse SUMO - Simulation of Urban MObility
VehicleEngineHandler.cpp File Reference
#include <config.h>
#include <utils/common/StringUtils.h>
#include "VehicleEngineHandler.h"
Include dependency graph for VehicleEngineHandler.cpp:

Go to the source code of this file.

Functions

std::string getAttributeValue (const char *attributeName, const XERCES_CPP_NAMESPACE::Attributes &attrs)
 
const XMLCh * transcode (const char *name)
 
std::string transcode (const XMLCh *const qname)
 

Detailed Description

Author
Michele Segata
Date
4 Feb 2015

Definition in file VehicleEngineHandler.cpp.

Function Documentation

◆ getAttributeValue()

std::string getAttributeValue ( const char *  attributeName,
const XERCES_CPP_NAMESPACE::Attributes &  attrs 
)

Definition at line 44 of file VehicleEngineHandler.cpp.

References transcode().

Referenced by VehicleEngineHandler::startElement().

Here is the caller graph for this function:

◆ transcode() [1/2]

const XMLCh* transcode ( const char *  name)

Definition at line 40 of file VehicleEngineHandler.cpp.

References transcode().

◆ transcode() [2/2]