|
ReactOS 0.4.16-dev-2232-gc2aaa52
|
#include <libxml/xmlversion.h>#include <libxml/tree.h>#include <libxml/xmlerror.h>#include <libxml/xmlIO.h>#include <libxml/parser.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 } |
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.