24#include <xercesc/util/PlatformUtils.hpp>
25#include <xercesc/util/XercesVersion.hpp>
30namespace Xerces = XERCES_CPP_NAMESPACE;
45 ::Xerces::XMLPlatformUtils::Initialize();
47 log.info() <<
"XercesC version:" << gXercesFullVersionStr;
49 ::Xerces::XMLPlatformUtils::Terminate();
51 log.info() <<
"done with test program! ";
Macro to silence unused variables warnings from the compiler.
Simple example of an Elements program.
ExitCode mainMethod(ELEMENTS_UNUSED map< string, VariableValue > &args) override
static Logging getLogger(const std::string &name="")
ExitCode
Strongly typed exit numbers.
#define MAIN_FOR(ELEMENTS_PROGRAM_NAME)