![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Local Schema Resolver. More...
Public Member Functions | |
LocalSchemaResolver (const bool haveFallback, const bool noOp) | |
constructor | |
XERCES_CPP_NAMESPACE::InputSource * | resolveEntity (const XMLCh *const publicId, const XMLCh *const systemId) |
resolve entity | |
Private Attributes | |
const bool | myHaveFallback |
flag for check if we have fallback | |
const bool | myNoOp |
flag for check if there is an operation | |
Local Schema Resolver.
Definition at line 124 of file SUMOSAXReader.h.
SUMOSAXReader::LocalSchemaResolver::LocalSchemaResolver | ( | const bool | haveFallback, |
const bool | noOp | ||
) |
constructor
Definition at line 200 of file SUMOSAXReader.cpp.
XERCES_CPP_NAMESPACE::InputSource * SUMOSAXReader::LocalSchemaResolver::resolveEntity | ( | const XMLCh *const | publicId, |
const XMLCh *const | systemId | ||
) |
resolve entity
Definition at line 207 of file SUMOSAXReader.cpp.
References FileHelpers::isReadable(), StringUtils::startsWith(), StringUtils::transcode(), and WRITE_WARNING.
|
private |
flag for check if we have fallback
Definition at line 135 of file SUMOSAXReader.h.
|
private |
flag for check if there is an operation
Definition at line 138 of file SUMOSAXReader.h.