summaryrefslogtreecommitdiff
path: root/include/dom/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/bootstrap')
-rw-r--r--include/dom/bootstrap/implpriv.h4
1 files changed, 4 insertions, 0 deletions
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);