Lines Matching defs:_xmlError
78 struct _xmlError { struct
79 int domain; /* What part of the library raised this error */
80 int code; /* The error code, e.g. an xmlParserError */
81 char *message;/* human-readable informative error message */
82 xmlErrorLevel level;/* how consequent is the error */
83 char *file; /* the filename */
84 int line; /* the line number if available */
85 char *str1; /* extra string information */
86 char *str2; /* extra string information */
87 char *str3; /* extra string information */
88 int int1; /* extra number information */
89 int int2; /* error column # or 0 if N/A (todo: rename field when we would brk ABI) */
90 void *ctxt; /* the parser context if available */
91 void *node; /* the node in the tree */