1 #ifndef ots_ConvertFromXML_h
2 #define ots_ConvertFromXML_h
5 #include <xercesc/util/XMLChar.hpp>
15 const char* toConstChar(
void)
const;
16 char* toChar(
void)
const;
17 std::string toString(
void)
const;
23 #define XML_TO_CONST_CHAR(xml) ConvertFromXML(xml).toConstChar()
24 #define XML_TO_CHAR(xml) ConvertFromXML(xml).toChar()
25 #define XML_TO_STRING(xml) ConvertFromXML(xml).toString()