xmlParser
2.44
|
Structure used to obtain error details if the parse fails. More...
#include <xmlParser.h>
Public Attributes | |
enum XMLError | error |
int | nLine |
int | nColumn |
Structure used to obtain error details if the parse fails.
Definition at line 194 of file xmlParser.h.
enum XMLError XMLResults::error |
Definition at line 196 of file xmlParser.h.
int XMLResults::nColumn |
Definition at line 197 of file xmlParser.h.
int XMLResults::nLine |
Definition at line 197 of file xmlParser.h.