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

MsgXbelParser Class Reference

#include <MsgXbelParser.hpp>

List of all members.

Public Methods

 MsgXbelParser ()
 ~MsgXbelParser ()
void startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attrs)
void characters (const XMLCh *const chars, const unsigned int length)
vector< Node *> getItems ()


Detailed Description

SAX handler to process an XBel string.
Todo:
Merge with DBXMLSaxHandler


Constructor & Destructor Documentation

MsgXbelParser::MsgXbelParser  
 

Default constructor.

MsgXbelParser::~MsgXbelParser  
 

Destructor.


Member Function Documentation

void MsgXbelParser::characters const XMLCh *const    chars,
const unsigned int    length
 

Called whenever raw data inide an element are encountered.

vector< Node *> MsgXbelParser::getItems  
 

void MsgXbelParser::startElement const XMLCh *const    uri,
const XMLCh *const    localname,
const XMLCh *const    qname,
const Attributes &    attrs
 

Called whenever a new element is encountered in the XML source file.


The documentation for this class was generated from the following files:
Generated on Sun Jan 20 20:59:59 2002 for bkmd by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001