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

cppdom::XMLEventHandler Class Reference

Interface for xml parsing event handler. More...

#include <cppdom.h>

List of all members.

Public Methods

 XMLEventHandler ()
 ctor. More...

virtual ~XMLEventHandler ()
 virtual dtor. More...

virtual void startDocument ()
 called when parsing of an xml document starts. More...

virtual void endDocument ()
 called when ended parsing a document. More...

virtual void processingInstruction (XMLNode &pinode)
 called when parsing a processing instruction. More...

virtual void startNode (const std::string &nodename)
 called when start parsing a node. More...

virtual void parsedAttributes (XMLAttributes &attr)
 called when an attribute list was parsed. More...

virtual void endNode (XMLNode &node)
 called when parsing of a node was finished. More...

virtual void gotCdata (const std::string &cdata)
 called when a cdata section ended. More...


Detailed Description

Interface for xml parsing event handler.

Definition at line 544 of file cppdom.h.


Constructor & Destructor Documentation

cppdom::XMLEventHandler::XMLEventHandler   [inline]
 

ctor.

Definition at line 548 of file cppdom.h.

00548 {}

virtual cppdom::XMLEventHandler::~XMLEventHandler   [inline, virtual]
 

virtual dtor.

Definition at line 551 of file cppdom.h.

00551 {}


Member Function Documentation

virtual void cppdom::XMLEventHandler::endDocument   [inline, virtual]
 

called when ended parsing a document.

Definition at line 557 of file cppdom.h.

00557 {}

virtual void cppdom::XMLEventHandler::endNode XMLNode   node [inline, virtual]
 

called when parsing of a node was finished.

Definition at line 567 of file cppdom.h.

00567 {}

virtual void cppdom::XMLEventHandler::gotCdata const std::string &    cdata [inline, virtual]
 

called when a cdata section ended.

Definition at line 570 of file cppdom.h.

00570 {}

virtual void cppdom::XMLEventHandler::parsedAttributes XMLAttributes   attr [inline, virtual]
 

called when an attribute list was parsed.

Definition at line 565 of file cppdom.h.

00565 {}

virtual void cppdom::XMLEventHandler::processingInstruction XMLNode   pinode [inline, virtual]
 

called when parsing a processing instruction.

Definition at line 560 of file cppdom.h.

00560 {}

virtual void cppdom::XMLEventHandler::startDocument   [inline, virtual]
 

called when parsing of an xml document starts.

Definition at line 554 of file cppdom.h.

00554 {}

virtual void cppdom::XMLEventHandler::startNode const std::string &    nodename [inline, virtual]
 

called when start parsing a node.

Definition at line 563 of file cppdom.h.

00563 {}


The documentation for this class was generated from the following file:
Generated on Thu Jan 2 21:29:21 2003 for cppdom by doxygen1.2.15