xmlparser Struct Reference
#include <minixml.h>
List of all members.
Public Attributes |
| const char * | xmlstart |
| const char * | xmlend |
| const char * | xml |
| int | xmlsize |
| void * | data |
| void(* | starteltfunc )(void *, const char *, int) |
| void(* | endeltfunc )(void *, const char *, int) |
| void(* | datafunc )(void *, const char *, int) |
| void(* | attfunc )(void *, const char *, int, const char *, int) |
Detailed Description
Definition at line 17 of file minixml.h.
Member Data Documentation
The documentation for this struct was generated from the following file: