From 5b357e92a1cf9c515ec73e7bb6a4ff396aca6cf5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 28 Jul 2007 17:27:49 +0000 Subject: Add Document constructor svn path=/trunk/dom/; revision=3466 --- include/dom/bootstrap/implpriv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/dom') diff --git a/include/dom/bootstrap/implpriv.h b/include/dom/bootstrap/implpriv.h index d9cc787..00ba9fc 100644 --- a/include/dom/bootstrap/implpriv.h +++ b/include/dom/bootstrap/implpriv.h @@ -244,6 +244,10 @@ struct dom_implementation_source { dom_exception dom_register_source(struct dom_implementation_source *source, dom_alloc alloc, void *pw); +/* Create a DOM document */ +dom_exception dom_document_create(struct dom_implementation *impl, + dom_alloc alloc, void *pw, struct dom_document **doc); + /* Set a Document's DocumentType */ dom_exception dom_document_set_doctype(struct dom_document *doc, struct dom_document_type *doctype); -- cgit v1.2.3