Home
last modified time | relevance | path

Searched defs:_xmlError (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Dxmlerror.h78 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 */
[all …]