|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <xmlerror.h>

Public Attributes | |
| int | domain |
| int | code |
| char * | message |
| xmlErrorLevel | level |
| char * | file |
| int | line |
| char * | str1 |
| char * | str2 |
| char * | str3 |
| int | int1 |
| int | int2 |
| void * | ctxt |
| void * | node |
Definition at line 78 of file xmlerror.h.
| int _xmlError::code |
Definition at line 80 of file xmlerror.h.
Referenced by xmlCtxtReset(), xmlParseBalancedChunkMemoryInternal(), xmlParseExternalEntityPrivate(), and xmlParserEntityCheck().
| void* _xmlError::ctxt |
Definition at line 90 of file xmlerror.h.
| int _xmlError::domain |
Definition at line 79 of file xmlerror.h.
| char* _xmlError::file |
Definition at line 83 of file xmlerror.h.
Referenced by xmlFreeParserCtxt().
| int _xmlError::int1 |
Definition at line 88 of file xmlerror.h.
| int _xmlError::int2 |
Definition at line 89 of file xmlerror.h.
| xmlErrorLevel _xmlError::level |
Definition at line 82 of file xmlerror.h.
| int _xmlError::line |
Definition at line 84 of file xmlerror.h.
| char* _xmlError::message |
Definition at line 81 of file xmlerror.h.
Referenced by xmlFreeParserCtxt().
| void* _xmlError::node |
Definition at line 91 of file xmlerror.h.
| char* _xmlError::str1 |
Definition at line 85 of file xmlerror.h.
Referenced by xmlFreeParserCtxt().
| char* _xmlError::str2 |
Definition at line 86 of file xmlerror.h.
Referenced by xmlFreeParserCtxt().
| char* _xmlError::str3 |
Definition at line 87 of file xmlerror.h.
Referenced by xmlFreeParserCtxt().