#include <dsExpat.h>
Inheritance diagram for dsExpatDebug:
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 tagStack & | GetElementStack () |
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) |
|
|
|
Reimplemented from dsExpat. |
|
Reimplemented from dsExpat. |
|
Reimplemented from dsExpat. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from dsExpat. |
|
Reimplemented from dsExpat. |