#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/XMLString.hpp>
#include <memory>
#include <sstream>
Go to the source code of this file.
Classes | |
class | cms::xerces::ZStr< CharType > |
Namespaces | |
cms | |
Namespace of DDCMS conversion namespace. | |
cms::xerces | |
Functions | |
ZStr< char > | cms::xerces::cStr (XMLCh const *str) |
void | cms::xerces::dispose (XMLCh *ptr) |
void | cms::xerces::dispose (char *ptr) |
bool | cms::xerces::toBool (XMLCh const *toTranscode) |
double | cms::xerces::toDouble (XMLCh const *toTranscode) |
std::string | cms::xerces::toString (XMLCh const *toTranscode) |
unsigned int | cms::xerces::toUInt (XMLCh const *toTranscode) |
ZStr< XMLCh > | cms::xerces::uStr (char const *str) |