ReactOS 0.4.16-dev-2232-gc2aaa52
xmlreader.h File Reference
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
#include <libxml/xmlerror.h>
#include <libxml/xmlIO.h>
#include <libxml/parser.h>
Include dependency graph for xmlreader.h:

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 34 of file xmlreader.h.

34 {
xmlParserSeverities
Definition: xmlreader.h:34
@ XML_PARSER_SEVERITY_ERROR
Definition: xmlreader.h:38
@ XML_PARSER_SEVERITY_WARNING
Definition: xmlreader.h:37
@ XML_PARSER_SEVERITY_VALIDITY_WARNING
Definition: xmlreader.h:35
@ XML_PARSER_SEVERITY_VALIDITY_ERROR
Definition: xmlreader.h:36