ReactOS 0.4.15-dev-7842-g558ab78
xmlreader.h File Reference
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
#include <libxml/xmlIO.h>
Include dependency graph for xmlreader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  xmlParserSeverities { XML_PARSER_SEVERITY_VALIDITY_WARNING = 1 , XML_PARSER_SEVERITY_VALIDITY_ERROR = 2 , XML_PARSER_SEVERITY_WARNING = 3 , XML_PARSER_SEVERITY_ERROR = 4 }
 

Enumeration Type Documentation

◆ xmlParserSeverities

xmlParserSeverities:

How severe an error callback is when the per-reader error callback API is used.

Enumerator
XML_PARSER_SEVERITY_VALIDITY_WARNING 
XML_PARSER_SEVERITY_VALIDITY_ERROR 
XML_PARSER_SEVERITY_WARNING 
XML_PARSER_SEVERITY_ERROR 

Definition at line 31 of file xmlreader.h.

31 {
xmlParserSeverities
Definition: xmlreader.h:31
@ XML_PARSER_SEVERITY_ERROR
Definition: xmlreader.h:35
@ XML_PARSER_SEVERITY_WARNING
Definition: xmlreader.h:34
@ XML_PARSER_SEVERITY_VALIDITY_WARNING
Definition: xmlreader.h:32
@ XML_PARSER_SEVERITY_VALIDITY_ERROR
Definition: xmlreader.h:33