From 8b13e2be012a8ced046f4fdd12cdb1b0ece45941 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Mon, 16 Jul 2007 21:12:55 +0000 Subject: Stub implementation of of dom_document_type methods svn path=/trunk/dom/; revision=3422 --- include/dom/core/document_type.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/dom/core/document_type.h (limited to 'include/dom/core') diff --git a/include/dom/core/document_type.h b/include/dom/core/document_type.h new file mode 100644 index 0000000..bb981a3 --- /dev/null +++ b/include/dom/core/document_type.h @@ -0,0 +1,21 @@ +/* + * This file is part of libdom. + * Licensed under the MIT License, + * http://www.opensource.org/licenses/mit-license.php + * Copyright 2007 John-Mark Bell + */ + +#ifndef dom_core_document_type_h_ +#define dom_core_document_type_h_ + +#include + +#include + +struct dom_string; +struct dom_document_type; + +dom_exception dom_document_type_get_name(struct dom_document_type *docType, + struct dom_string **result); + +#endif -- cgit v1.2.3