ReactOS 0.4.15-dev-7907-g95bf896
_xmlError Struct Reference

#include <xmlerror.h>

Collaboration diagram for _xmlError:

Public Attributes

int domain
 
int code
 
charmessage
 
xmlErrorLevel level
 
charfile
 
int line
 
charstr1
 
charstr2
 
charstr3
 
int int1
 
int int2
 
voidctxt
 
voidnode
 

Detailed Description

Definition at line 78 of file xmlerror.h.

Member Data Documentation

◆ code

◆ ctxt

void* _xmlError::ctxt

Definition at line 90 of file xmlerror.h.

◆ domain

int _xmlError::domain

Definition at line 79 of file xmlerror.h.

◆ file

char* _xmlError::file

Definition at line 83 of file xmlerror.h.

Referenced by xmlFreeParserCtxt().

◆ int1

int _xmlError::int1

Definition at line 88 of file xmlerror.h.

◆ int2

int _xmlError::int2

Definition at line 89 of file xmlerror.h.

◆ level

xmlErrorLevel _xmlError::level

Definition at line 82 of file xmlerror.h.

◆ line

int _xmlError::line

Definition at line 84 of file xmlerror.h.

◆ message

char* _xmlError::message

Definition at line 81 of file xmlerror.h.

Referenced by xmlFreeParserCtxt().

◆ node

void* _xmlError::node

Definition at line 91 of file xmlerror.h.

◆ str1

char* _xmlError::str1

Definition at line 85 of file xmlerror.h.

Referenced by xmlFreeParserCtxt().

◆ str2

char* _xmlError::str2

Definition at line 86 of file xmlerror.h.

Referenced by xmlFreeParserCtxt().

◆ str3

char* _xmlError::str3

Definition at line 87 of file xmlerror.h.

Referenced by xmlFreeParserCtxt().


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