#include <string>
#include <boost/scoped_array.hpp>
#include <xercesc/util/XMLString.hpp>
#include <iostream>
Go to the source code of this file.
Namespaces | |
xuti | |
Typedefs | |
typedef std::basic_string< XMLCh > | xuti::XercesString |
Define an intermediate type. More... | |
Functions | |
XercesString | xuti::fromNative (const char *str) |
XercesString | xuti::fromNative (const std::string &str) |
std::string | xuti::toNative (const XMLCh *str) |
std::string | xuti::toNative (const XercesString &str) |