Class XMLUtil
#include <Geode/cocos/support/tinyxml2/tinyxml2.h>classXMLUtil{ ... }
No description provided
Examples0
Public static methods20
staticcharconst*SkipWhiteSpace()
No description provided
staticcharconst*ReadBOM(,bool*hasBOM)
No description provided
staticcharconst*GetCharacterRef(,char*value,int*length)
No description provided
staticvoidConvertUTF32ToUTF8(unsigned longinput,char*output,int*length)
No description provided
staticboolToInt(charconst*str,int*value)
No description provided
staticboolToUnsigned(charconst*str,uint*value)
No description provided
staticboolToBool(charconst*str,bool*value)
No description provided
staticboolToFloat(charconst*str,float*value)
No description provided
staticboolToDouble(charconst*str,double*value)
No description provided