Parser Class Reference

This class implements an XML parser. More...

#include <parser.h>

Collaboration diagram for Parser:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Parser (TagHandler *ph)
virtual ~Parser ()
bool feed (const std::string &data)


Detailed Description

This class implements an XML parser.

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.9

Definition at line 34 of file parser.h.


Constructor & Destructor Documentation

Parser ( TagHandler ph  ) 

Constructs a new Parser object.

Parameters:
ph The object to send incoming Tags to.

Definition at line 22 of file parser.cpp.

~Parser (  )  [virtual]

Virtual destructor.

Definition at line 28 of file parser.cpp.


Member Function Documentation

bool feed ( const std::string &  data  ) 

Use this function to feed the parser with more XML.

Parameters:
data Raw xml to parse.
Returns:
Returns true if parsing was successful, false otherwise.

Definition at line 33 of file parser.cpp.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 08:50:39 2007 for gloox by  doxygen 1.5.3-20071008