FDO API Reference | Feature Data Objects |
#include <UtilXrcs.h>
Definition at line 27 of file UtilXrcs.h.
Static Public Member Functions | |
FDO_API_COMMON void | Initialize () |
FDO_API_COMMON XMLCh * | Unicode2Xrcs (FdoString *chars) |
FDO_API_COMMON FdoStringP | Xrcs2Unicode (const XMLCh *chars, const unsigned int length=0) |
|
Do one-time initialization of Xerces package. This function can be called multiple times. It only initializes Xerces once. |
|
Converts FDO wide char string to Xerces wide chars. Caller is responsible for freeing returned string. The string must be freed using XERCES_CPP_NAMESPACE::XMLString::release(). |
|
Converts Xerces wide char string to FDO wide chars. |
Comments or suggestions? Send us feedback. |