#include <dom.h>
Static Public Member Functions | |
static void | releaseXMLCh (const XMLCh *s) |
Private Attributes | |
std::vector< std::shared_ptr < const XMLCh > > | store |
Helper class to convert std::string (UTF8) to XMLCh* (UTF16) and the other way around. A returned XMLCh pointer has a lifetime of the X object.