Helper class with methods to handle common XML operations. More...
#include <mi32/xmlhelper.h>
Static Public Member Functions | |
| static bool | ParseSimpleLink (const XMLNODE *xmlnode, MISTRING &linkret) |
| static void | ParseStringList (const XMLNODE *topnode, MISTRINGLIST &StringList, const char *ChildName=0) |
Helper class with methods to handle common XML operations.
Parse simple link in "xlink::simpleLink" attributeGroup.
| static void XMLHELPER::ParseStringList | ( | const XMLNODE * | topnode, | |
| MISTRINGLIST & | StringList, | |||
| const char * | ChildName = 0 | |||
| ) | [static] |
Parse all child node text, optionally matching child name, into MISTRINGLIST.
1.6.1