#include <xap.h>
Collaboration diagram for xap:

Data Fields | |
| xapStack * | stack |
| xapStack | stackBuf [128] |
| xapStack * | endStack |
| int | stackDepth |
| int | skipDepth |
| void *(* | startHandler )(struct xap *xap, char *name, char **atts) |
| void(* | endHandler )(struct xap *xap, char *name) |
| xp * | xp |
| char * | fileName |
| char * | topType |
| void * | topObject |
| FILE * | f |
Definition at line 22 of file xap.h.
struct xapStack* xap::stack [read] |
struct xapStack xap::stackBuf[128] [read] |
struct xapStack* xap::endStack [read] |
| int xap::stackDepth |
| int xap::skipDepth |
| void*(* xap::startHandler)(struct xap *xap, char *name, char **atts) |
Referenced by xapNew().
| void(* xap::endHandler)(struct xap *xap, char *name) |
Referenced by xapEndTag(), and xapNew().
Definition at line 32 of file xap.h.
Referenced by xapError(), xapFree(), xapNew(), xapNext(), and xapParseFile().
| char* xap::fileName |
| char* xap::topType |
| void* xap::topObject |
| FILE* xap::f |
1.5.2