26 #ifndef __TERRALIB_XERCES_INTERNAL_STRTOXMLCH_H 
   27 #define __TERRALIB_XERCES_INTERNAL_STRTOXMLCH_H 
   34 #include <xercesc/util/XMLString.hpp> 
   76       m_xmlch = xercesc::XMLString::transcode(str.c_str());
 
   81       xercesc::XMLString::release(&
m_xmlch);
 
   92 #endif  // __TERRALIB_XERCES_INTERNAL_STRTOXMLCH_H 
A class for converting a standard string to a Xerces string (XMLCh). 
 
XMLCh * m_xmlch
The internal XML string. 
 
const XMLCh * getXMLCh() const 
It return the standard string representation. 
 
StrToXMLCh(const std::string &str)
It converts the standard string to an internal XML string.