DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Definition of the XmlString class. More...
#include <XMLElements.h>
Static Public Member Functions | |
static XmlChar * | replicate (const XmlChar *c) |
Replicate string: internally allocates new string, which must be free'ed with release. More... | |
static XmlChar * | transcode (const char *c) |
Transcode string. More... | |
static void | release (char **p) |
Release string. More... | |
static size_t | length (const char *s) |
String length in native representation. More... | |
static size_t | length (const XmlChar *s) |
String length in native representation. More... | |
static char * | transcode (const XmlChar *c) |
Transcoded string from unicode to ascii. More... | |
static void | release (XmlChar **p) |
Release string. More... | |
Definition of the XmlString class.
Definition of the XmlString class. Unly used to have the same code base as for XercesC, where this class does the unicode translations and en/decoding.
Definition at line 51 of file XMLElements.h.
|
static |
String length in native representation.
Definition at line 154 of file XMLElements.cpp.
|
static |
String length in native representation.
Definition at line 157 of file XMLElements.cpp.
|
static |
Release string.
Definition at line 151 of file XMLElements.cpp.
|
static |
Release string.
Definition at line 148 of file XMLElements.cpp.
Replicate string: internally allocates new string, which must be free'ed with release.
Definition at line 139 of file XMLElements.cpp.
|
static |
Transcode string.
Definition at line 145 of file XMLElements.cpp.
|
static |
Transcoded string from unicode to ascii.
Definition at line 142 of file XMLElements.cpp.