26 #ifndef __TERRALIB_XERCES_INTERNAL_READERFACTORY_H    27 #define __TERRALIB_XERCES_INTERNAL_READERFACTORY_H    30 #include "../xml/ReaderFactory.h"    60         static void initialize();
    63         static void finalize();
    75 #endif  // __TERRALIB_XERCES_INTERNAL_READERFACTORY_H This class models a XML reader object. 
 
This is the concrete factory for XML reader built on top of Xerces-C++ parser. 
 
This is the abstract factory for XML readers. 
 
#define TEXERCESEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The TerraLib Xerces module is a plugin. 
 
static ReaderFactory * sm_factory
A pointer to the global Xerces XML Reader factory.