ctl_xmlread Struct Reference
[CTL Data Patterns]

XML Parser data. More...

#include <xml.h>


Data Fields

ctl_xmlread_exception except
void * exceptParam
const char * szBegin
const char * szEnd
const char * szpCurr
const char * szpEnd
const char * szcCurr
const char * szcEnd
bool bRecursible


Detailed Description

XML Parser data.

Definition at line 61 of file xml.h.


Field Documentation

ctl_xmlread_exception ctl_xmlread::except

Callback for exceptions

Definition at line 63 of file xml.h.

Parameter stored for XML exceptions

Definition at line 64 of file xml.h.

const char* ctl_xmlread::szBegin

The beginning of all of the text

Definition at line 65 of file xml.h.

const char* ctl_xmlread::szEnd

The end of all of the text

Definition at line 66 of file xml.h.

const char* ctl_xmlread::szpCurr

The start of tag block we're parsing

('<' in <tag>) 

Definition at line 67 of file xml.h.

const char* ctl_xmlread::szpEnd

The end of tag block we're parsing

(</tag>+1) 

Definition at line 68 of file xml.h.

const char* ctl_xmlread::szcCurr

The start of current block's internal content

(<tag> '>'+1) 

Definition at line 69 of file xml.h.

const char* ctl_xmlread::szcEnd

The end of current block's internal content

('<' in </tag>) 

Definition at line 70 of file xml.h.

Tell us if the current block recurses

Definition at line 71 of file xml.h.


The documentation for this struct was generated from the following file:

Generated on Fri Jan 2 15:28:37 2009 for Squat by  doxygen 1.5.6