aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/tree.h')
-rw-r--r--include/libxml/tree.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/libxml/tree.h b/include/libxml/tree.h
index 8c4f7088..2168d4fc 100644
--- a/include/libxml/tree.h
+++ b/include/libxml/tree.h
@@ -41,9 +41,11 @@ typedef enum {
XML_ELEMENT_DECL= 15,
XML_ATTRIBUTE_DECL= 16,
XML_ENTITY_DECL= 17,
- XML_NAMESPACE_DECL= 18
+ XML_NAMESPACE_DECL= 18,
+ XML_XINCLUDE_START= 19,
+ XML_XINCLUDE_END= 20
#ifdef LIBXML_SGML_ENABLED
- ,XML_SGML_DOCUMENT_NODE= 19
+ ,XML_SGML_DOCUMENT_NODE= 21
#endif
} xmlElementType;