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