libdom
Loading...
Searching...
No Matches
xmlerror.h
Go to the documentation of this file.
1/*
2 * This file is part of libdom.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
6 */
7
8#ifndef xml_xmlerror_h_
9#define xml_xmlerror_h_
10
11typedef enum {
13
15
17
18 DOM_XML_DOM_ERR = (1<<24),
20
21#endif
dom_xml_error
Definition xmlerror.h:11
@ DOM_XML_DOM_ERR
Definition xmlerror.h:18
@ DOM_XML_OK
Definition xmlerror.h:12
@ DOM_XML_NOMEM
Definition xmlerror.h:14
@ DOM_XML_EXTERNAL_ERR
Definition xmlerror.h:16