From 4aa51a22bf3e600ed7d8fde4a7ca60bc2ecca02b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 26 Jul 2007 22:19:48 +0000 Subject: Implement type-specific node constructors and veneer the appropriate Document APIs onto them. svn path=/trunk/dom/; revision=3463 --- include/dom/core/node.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/dom') diff --git a/include/dom/core/node.h b/include/dom/core/node.h index 7db34f6..e566622 100644 --- a/include/dom/core/node.h +++ b/include/dom/core/node.h @@ -64,7 +64,10 @@ typedef enum { DOM_DOCUMENT_NODE = 9, DOM_DOCUMENT_TYPE_NODE = 10, DOM_DOCUMENT_FRAGMENT_NODE = 11, - DOM_NOTATION_NODE = 12 + DOM_NOTATION_NODE = 12, + + /* And a count of the number of node types */ + DOM_NODE_TYPE_COUNT = DOM_NOTATION_NODE } dom_node_type; -- cgit v1.2.3