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

ParseInfo Struct Reference

Context structure used during parsing. More...

#include <xmlparser.h>

List of all members.

Public Attributes

XmlParserBaseparser
 Pointer to the parser instance.

unsigned long depth
 Current "depth" in the document.


Detailed Description

Context structure used during parsing.

Used mainly to hold the pointer to instance of the parser. The C++ wrapper to Expat is realized with some help of static functions that redirect the SAX events to the parser instance.

Definition at line 180 of file xmlparser.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 5 10:43:06 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002