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

dsExpatDebug Class Reference

#include <dsExpat.h>

Inheritance diagram for dsExpatDebug:

dsExpat List of all members.

Public Methods

 dsExpatDebug (const char *encoding=0)
void Parse (std::istream &is)
void Parse (const char *s, int len)
long GetCurrentByteIndex ()
int GetCurrentLineNumber ()
int GetCurrentColumnNumber ()
const tagStackGetElementStack ()

Protected Methods

virtual void StartElementHandler (const char *name, dsHashTable *atts)
virtual void EndElementHandler (const char *name)
virtual void CharacterDataHandler (const char *s, int len)
virtual void ProcessingInstructionHandler (const char *tagret, const char *data)
virtual void CommentHandler (const char *data)

Constructor & Destructor Documentation

dsExpatDebug::dsExpatDebug const char *    encoding = 0
 


Member Function Documentation

void dsExpatDebug::CharacterDataHandler const char *    s,
int    len
[protected, virtual]
 

Reimplemented from dsExpat.

void dsExpatDebug::CommentHandler const char *    data [protected, virtual]
 

Reimplemented from dsExpat.

void dsExpatDebug::EndElementHandler const char *    name [protected, virtual]
 

Reimplemented from dsExpat.

long dsExpat::GetCurrentByteIndex   [inline, inherited]
 

int dsExpat::GetCurrentColumnNumber   [inline, inherited]
 

int dsExpat::GetCurrentLineNumber   [inline, inherited]
 

const tagStack & dsExpat::GetElementStack   [inline, inherited]
 

void dsExpat::Parse const char *    s,
int    len
[inherited]
 

void dsExpat::Parse std::istream &    is [inherited]
 

void dsExpatDebug::ProcessingInstructionHandler const char *    tagret,
const char *    data
[protected, virtual]
 

Reimplemented from dsExpat.

void dsExpatDebug::StartElementHandler const char *    name,
dsHashTable   atts
[protected, virtual]
 

Reimplemented from dsExpat.


The documentation for this class was generated from the following files:
Generated on Mon May 16 18:26:59 2005 for libdms4 by doxygen1.3-rc2