26#ifndef __TERRALIB_XML_INTERNAL_READERFACTORY_H
27#define __TERRALIB_XML_INTERNAL_READERFACTORY_H
A class that defines the interface of an abstract factory.
This class defines the interface of abstract factories without initializing parameters.
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.
Namespace for the XML module of TerraLib.
#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.