26#ifndef __TERRALIB_XLINK_INTERNAL_XLINKSERIALIZER_H
27#define __TERRALIB_XLINK_INTERNAL_XLINKSERIALIZER_H
32#ifdef TERRALIB_MOD_XML_ENABLED
48 TEXLEXPORT SimpleLink* ReadSimpleLink(te::xml::Reader& reader);
50 TEXLEXPORT void Save(
const SimpleLink* link, te::xml::AbstractWriter& writer);
This class models a XML writer object.
This class models a XML reader object.
TEDATAACCESSEXPORT void Save(const std::string &fileName)
This is the namespace for the XLink module.
Namespace for the XML module of TerraLib.
This file contains several defines and configuration parameters used in TerraLib XLink package.
#define TEXLEXPORT
You can use this macro in order to export/import classes and functions from this module.