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