00001
00015 #ifndef INC_MI32_XMLHELPER_H
00016 #define INC_MI32_XMLHELPER_H
00017
00018 #ifndef INC_MI32_STDDEFNS_H
00019 #include <mi32/stddefns.h>
00020 #endif
00021
00022
00023 #ifndef GENERATING_DOXYGEN_OUTPUT
00024 class XMLNODE;
00025 class MISTRING;
00026 class MISTRINGLIST;
00027 #endif
00028
00029
00031 class XMLHELPER {
00032 public:
00033
00035 static bool ParseSimpleLink (
00036 const XMLNODE *xmlnode,
00037 MISTRING& linkret
00038 );
00039
00041 static void ParseStringList (
00042 const XMLNODE *topnode,
00043 MISTRINGLIST& StringList,
00044 const char *ChildName = 0
00045 );
00046
00047 };
00048
00049 #endif // INC_MI32_XMLHELPER_H