26#ifndef __TERRALIB_XML_INTERNAL_READERFACTORY_H
27#define __TERRALIB_XML_INTERNAL_READERFACTORY_H
30#include "../common/AbstractFactory.h"
This class defines the interface of abstract factories without initializing parameters.
This is the abstract factory for XML readers.
virtual ~ReaderFactory()
Virtual destructor.
static te::xml::Reader * make()
It creates a new XML reader using the dafault implementation.
static te::xml::Reader * make(const std::string &readerType)
It creates a new XML reader.
static std::string sm_defaultReaderType
The type of the reader to be created if no type is informed.
ReaderFactory(const std::string &factoryKey)
It creates the factory.
static void setDefaultReader(const std::string &readerType)
It sets the default driver used to create the XML reader objects.
This class models a XML reader object.
#define TEXMLEXPORT
You can use this macro in order to export/import classes and functions from this module.
This class models a XML reader object.