28 #ifndef OGR_XERCES_INCLUDED
29 #define OGR_XERCES_INCLUDED
33 #include "ogr_xerces_headers.h"
45 bool CPL_DLL OGRInitializeXerces(
void);
46 void CPL_DLL OGRDeinitializeXerces(
void);
48 InputSource CPL_DLL* OGRCreateXercesInputSource(
VSILFILE* fp);
49 void CPL_DLL OGRDestroyXercesInputSource(InputSource* is);
51 void CPL_DLL OGRStartXercesLimitsForThisThread(
size_t nMaxMemAlloc,
52 const char* pszMsgMaxMemAlloc,
53 double dfTimeoutSecond,
54 const char* pszMsgTimeout);
55 void CPL_DLL OGRStopXercesLimitsForThisThread();
59 CPLString CPL_DLL transcode(
const XMLCh *panXMLString,
int nLimitingChars = -1 );
61 int nLimitingChars = -1 );
68 void OGRCleanupXercesMutex(
void);
Convenient string class based on std::string.
Definition: cpl_string.h:333
Core portability definitions for CPL.
Various convenience functions for working with strings and string lists.
FILE VSILFILE
Opaque type for a FILE that implements the VSIVirtualHandle API.
Definition: cpl_vsi.h:156