30 #include "../Config.h" 42 ReadXML(
"/home/vinicius/MyDevel/terralib5-git/examples/xerces/note.xml",
true,
false);
43 ReadXML(
"/home/vinicius/MyDevel/terralib5-git/examples/xerces/note.xml",
false,
false);
44 ReadXML(
"/home/vinicius/MyDevel/terralib5-git/examples/xerces/note.xml",
false,
true);
50 catch(
const std::exception& e)
52 std::cout << std::endl <<
"An exception has occurred: " << e.what() << std::endl;
57 std::cout << std::endl <<
"An unexpected exception has occurred!" << std::endl;
An utility class to control the startup and cleanup of the TerraLib Platform and its resources...
void finalize()
It finalizes the TerraLib Platform.
static TerraLib & getInstance()
It returns a reference to the singleton instance.
void initialize()
It initializes the TerraLib Platform.
void ReadXML(const std::string &path, bool validSchema, bool ignoreWhiteSpaces)