#include <xercesc/util/XMLString.hpp>
Go to the source code of this file.
Classes | |
class | CLAM::XercesLocal2Unicode |
Converts local encoding char* into Xerces Unicode String. More... | |
class | CLAM::XercesUnicode2Local |
Converts Xerces Unicode String into local encoding char*. More... | |
Namespaces | |
namespace | CLAM |
Defines | |
#define | U(str) ::CLAM::XercesLocal2Unicode(str).unicodeForm() |
#define | L(str) ::CLAM::XercesUnicode2Local(str).localForm() |
#define L | ( | str | ) | ::CLAM::XercesUnicode2Local(str).localForm() |
Definition at line 86 of file XercesEncodings.hxx.
#define U | ( | str | ) | ::CLAM::XercesLocal2Unicode(str).unicodeForm() |
Definition at line 85 of file XercesEncodings.hxx.