Config.h File Reference

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...
 

Detailed Description

Configuration flags for the XML API of TerraLib.

Definition in file Config.h.

Macro Definition Documentation

#define TE_XML_DEFAULT_READER_TYPE   "XERCES"

The default implementation to be used when creating a XML reader.

Definition at line 41 of file Config.h.

#define TE_XML_DEFAULT_WRITER_TYPE   "XERCES"

The default implementation to be used when creating a XML writer.

Definition at line 55 of file Config.h.

#define TE_XML_MODULE_NAME   "te.xml"

Definition at line 29 of file Config.h.

#define TE_XML_READER_MAX_BUFFSIZE   65536

It defines the default internal buffer size for parsing a XML file.

Definition at line 48 of file Config.h.

#define TEXMLEXPORT

You can use this macro in order to export/import classes and functions from this module.

Note
If you want to compile TerraLib as DLL in Windows, remember to insert TEXMLDLL into the project's list of defines.
If you want to compile TerraLib as an Static Library under Windows, remember to insert the TEXMLSTATIC flag into the project list of defines.

Definition at line 88 of file Config.h.