add GetExpatError function.

This commit is contained in:
2020-10-14 12:28:37 +08:00
parent 225bf198b0
commit af510a6cfc
2 changed files with 66 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ namespace hgl
namespace xml
{
const UTF8String GetExpatVersion();
const char *GetExpatError(int);
constexpr int XML_PARSE_BUFFER_SIZE=HGL_SIZE_1KB*128; ///<XML解析缓冲区大小