| Xerces-C++
    3.2.3
    | 
Utilities that must be implemented in a class-specific way. More...
| Initialization methods | |
| class | XMLPlatformUtils | 
| static void | initializeTransService () | 
| Perform per-class allocationa and initialization of static data.  More... | |
| static void | initializeStaticData () | 
| static void | terminateStaticData () | 
| Perform per-class release of static data.  More... | |
| static void | terminateTransService () | 
Utilities that must be implemented in a class-specific way.
This class contains methods that must be implemented by different classes that have static data (class or local) that they need to initialize when XMLPlatformUtils::Initialize is invoked.
| 
 | staticprotected | 
| 
 | staticprotected | 
Perform per-class allocationa and initialization of static data.
These functions should be called from XMLPlatformUtils::Initialize.
| 
 | staticprotected | 
Perform per-class release of static data.
These functions should be called from XMLPlatformUtils::Terminate.
| 
 | staticprotected | 
| 
 | friend | 
 1.8.17
 1.8.17