xmlParser  2.44
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
XMLResults Struct Reference

Structure used to obtain error details if the parse fails. More...

#include <xmlParser.h>

Public Attributes

enum XMLError error
 
int nLine
 
int nColumn
 

Detailed Description

Structure used to obtain error details if the parse fails.

Definition at line 194 of file xmlParser.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: