#include <QuickDirtyXMLParser.h>
None of the complex features of XML will be supported. Only simple structures such as headers need to be decoded.
Definition at line 9 of file QuickDirtyXMLParser.h.
Public Methods | |
QuickDirtyXMLParser () | |
Empty Constructor. | |
TreeNode * | parseString (string &xml) |
parseString transforms an XML encoded string into tree like structure consisting of treeNodes. |
|
Empty Constructor.
Definition at line 3 of file QuickDirtyXMLParser.C. |
|
parseString transforms an XML encoded string into tree like structure consisting of treeNodes. The treeNode can then be interpretted by the msgExecutor to execute actions. Definition at line 143 of file QuickDirtyXMLParser.C. References parseXML(). Referenced by mainTest(), and Message::parseXML(). |