26 #ifndef __TERRALIB_XERCES_INTERNAL_READERFACTORY_H 
   27 #define __TERRALIB_XERCES_INTERNAL_READERFACTORY_H 
   30 #include "../xml/ReaderFactory.h" 
This is the concrete factory for XML reader built on top of Xerces-C++ parser.
 
te::xml::Reader * build()
Concrete factories (derived from this one) must implement this method in order to create objects.
 
~ReaderFactory()
Virtual destructor.
 
static ReaderFactory * sm_factory
A pointer to the global Xerces XML Reader factory.
 
static void initialize()
It initializes the factory: it will be registered in the abstract factory ReaderFactory.
 
static void finalize()
It finalizes the factory: it will be destroyed and will be unregistered from the abstract factory Rea...
 
This is the abstract factory for XML readers.
 
This class models a XML reader object.
 
Proxy configuration file for TerraView (see terraview_config.h).