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);
std::string m_stdstr
The internal standard string.
XMLChToStr(const XMLCh *const xstr)
It converts the XML string to an internal standard string.
const std::string & getStr() const
It return the standard string representation.
Namespace for TerraLib Xerces module.
Configuration flags for the TerraLib Xerces Module.