Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

QuickDirtyXMLParser Class Reference

#include <QuickDirtyXMLParser.h>

List of all members.


Detailed Description

The quick dirty XML parser is just meant to read XML and break it down into tree nodes.

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.

TreeNodeparseString (string &xml)
 parseString transforms an XML encoded string into tree like structure consisting of treeNodes.


Constructor & Destructor Documentation

QuickDirtyXMLParser::QuickDirtyXMLParser  
 

Empty Constructor.

Definition at line 3 of file QuickDirtyXMLParser.C.


Member Function Documentation

TreeNode * QuickDirtyXMLParser::parseString string &    xml
 

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().


The documentation for this class was generated from the following files:
Generated on Tue Dec 17 21:14:41 2002 for AUSS_Connector by doxygen1.2.18