Configuration flags for the XML API of TerraLib. More...
Go to the source code of this file.
Macros | |
#define | TE_XML_MODULE_NAME "te.xml" |
XML Module Config | |
Configuration flags for XML module. | |
#define | TE_XML_DEFAULT_READER_TYPE "XERCES" |
The default implementation to be used when creating a XML reader. More... | |
#define | TE_XML_READER_MAX_BUFFSIZE 65536 |
It defines the default internal buffer size for parsing a XML file. More... | |
#define | TE_XML_DEFAULT_WRITER_TYPE "XERCES" |
The default implementation to be used when creating a XML writer. More... | |
DLL/LIB Module | |
Flags for building TerraLib as a DLL or as a Static Library | |
#define | TEXMLEXPORT |
You can use this macro in order to export/import classes and functions from this module. More... | |
#define TE_XML_DEFAULT_READER_TYPE "XERCES" |
#define TE_XML_DEFAULT_WRITER_TYPE "XERCES" |
#define TE_XML_MODULE_NAME "te.xml" |
Definition at line 29 of file Config.h.
Referenced by te::xml::Module::Module(), and te::xml::Module::~Module().
#define TE_XML_READER_MAX_BUFFSIZE 65536 |
#define TEXMLEXPORT |
You can use this macro in order to export/import classes and functions from this module.