26 #ifndef __TERRALIB_XERCES_INTERNAL_WRITERFACTORY_H    27 #define __TERRALIB_XERCES_INTERNAL_WRITERFACTORY_H    30 #include "../xml/AbstractWriterFactory.h"    60         static void initialize();
    63         static void finalize();
    75 #endif  // __TERRALIB_XERCES_INTERNAL_WRITERFACTORY_H This class models a XML writer object. 
 
This is the abstract factory for XML writers. 
 
static WriterFactory * sm_factory
A pointer to the global Xerces XML Writer factory. 
 
#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. 
 
This is the concrete factory for XML writer built on top of Xerces-C++ parser.