IncredibleXMLParser
3.05
|
Structure used to obtain error details if the parse fails. More...
#include <IXMLParser.h>
Public Attributes | |
IXMLError | errorCode |
long long | nLine |
int | nColumn |
Structure used to obtain error details if the parse fails.
Definition at line 368 of file IXMLParser.h.
IXMLError IXMLResults::errorCode |
Definition at line 369 of file IXMLParser.h.
Referenced by example4().
int IXMLResults::nColumn |
Definition at line 371 of file IXMLParser.h.
long long IXMLResults::nLine |
Definition at line 370 of file IXMLParser.h.