From 7b83a0bb1cd4604ab6a55705c4b1c40c769090a6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 27 Sep 2007 23:03:13 +0000 Subject: Modify dom_node_initialise() API to permit specification of namespace URI and prefix. Fix up everything else to cope. svn path=/trunk/dom/; revision=3599 --- src/core/node.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/node.h') diff --git a/src/core/node.h b/src/core/node.h index fd23625..277c441 100644 --- a/src/core/node.h +++ b/src/core/node.h @@ -57,7 +57,8 @@ void dom_node_destroy(struct dom_node *node); dom_exception dom_node_initialise(struct dom_node *node, struct dom_document *doc, dom_node_type type, - struct dom_string *name, struct dom_string *value); + struct dom_string *name, struct dom_string *value, + struct dom_string *namespace, struct dom_string *prefix); void dom_node_finalise(struct dom_document *doc, struct dom_node *node); -- cgit v1.2.3