26 #ifndef __TERRALIB_XERCES_INTERNAL_XMLCHTOSTR_H 
   27 #define __TERRALIB_XERCES_INTERNAL_XMLCHTOSTR_H 
   37 #include <xercesc/util/XMLString.hpp> 
   69         const std::string& 
getStr() 
const;
 
   81       m_stdstr = xercesc::XMLString::transcode(xstr);
 
   96 #endif  // __TERRALIB_XERCES_INTERNAL_XMLCHTOSTR_H 
const std::string & getStr() const 
It return the standard string representation. 
 
A class for converting a Xerces string (XMLCh) to a standard string. 
 
std::string m_stdstr
The internal standard string. 
 
XMLChToStr(const XMLCh *const xstr)
It converts the XML string to an internal standard string.