26 #ifndef __TERRALIB_XERCES_INTERNAL_GLOBALS_H    27 #define __TERRALIB_XERCES_INTERNAL_GLOBALS_H    30 #include "../common/Singleton.h"    77 #endif  // __TERRALIB_XERCES_INTERNAL_GLOBALS_H A singleton class with global definitions. 
 
const std::string & getDriverID() const 
It returns the OGR driver identifier. 
 
const std::string m_driverIdentifier
The Xerces driver identifier. 
 
Globals()
The singleton constructor is not callable outside the class. 
 
Template support for singleton pattern.