_xmlParserCtxt Struct Reference
#include <parser.h>
List of all members.
Detailed Description
xmlParserCtxt:
The parser context. NOTE This doesn't completely define the parser state, the (current ?) design of the parser uses recursive function calls since this allow and easy mapping from the production rules of the specification to the actual code. The drawback is that the actual function call also reflect the parser state. However most of the parsing routines takes as the only argument the parser context pointer, so migrating to a state based parser for progressive parsing shouldn't be too hard.
Member Data Documentation
The documentation for this struct was generated from the following file:
Generated on Wed Mar 16 00:10:31 2005 for Dibbler - a portable DHCPv6 by
1.3.9.1