From 85b66ead6397ffa2b4c8c8cec3c6bb3e40ce0902 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 14 Jul 2007 23:45:20 +0000 Subject: Populate dom.h Beginnings of xmlparser SAX handling. svn path=/trunk/dom/; revision=3413 --- include/dom/dom.h | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'include/dom/dom.h') diff --git a/include/dom/dom.h b/include/dom/dom.h index b28aa21..174ad6f 100644 --- a/include/dom/dom.h +++ b/include/dom/dom.h @@ -5,13 +5,33 @@ * Copyright 2007 John-Mark Bell */ +/** \file + * This is the top-level header file for libdom. The intention of this is + * to allow client applications to simply include this file and get access + * to all the libdom API. + */ + #ifndef dom_dom_h_ #define dom_dom_h_ -/** \todo populate this file */ +/* Base library headers */ +#include -/* This is the top-level header file for libdom. The intention of this is - * to allow client applications to simply include this file and get access - * to all the libdom API. */ +/* DOM bootstrap headers */ +#include + +/* DOM core headers */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #endif -- cgit v1.2.3