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);
A class for converting a standard string to a Xerces string (XMLCh).
XMLCh * m_xmlch
The internal XML string.
StrToXMLCh(const std::string &str)
It converts the standard string to an internal XML string.
const XMLCh * getXMLCh() const
It return the standard string representation.