00001 /* 00002 * This file is part of The Croco Library 00003 * 00004 * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org> 00005 * 00006 * This program is free software; you can redistribute it and/or 00007 * modify it under the terms of version 2.1 of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Lesser General Public License 00016 * along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00018 * USA 00019 */ 00020 00021 #ifndef __LIBCROCO_H__ 00022 #define __LIBCROCO_H__ 00023 00024 #include "parser/libcroco-config.h" 00025 00026 #include "parser/cr-utils.h" 00027 #include "parser/cr-pseudo.h" 00028 #include "parser/cr-term.h" 00029 #include "parser/cr-attr-sel.h" 00030 #include "parser/cr-simple-sel.h" 00031 #include "parser/cr-selector.h" 00032 #include "parser/cr-enc-handler.h" 00033 #include "parser/cr-doc-handler.h" 00034 #include "parser/cr-parser-input.h" 00035 #include "parser/cr-input.h" 00036 #include "parser/cr-parser.h" 00037 #include "parser/cr-statement.h" 00038 #include "parser/cr-stylesheet.h" 00039 #include "parser/cr-om-parser.h" 00040 00041 #ifdef CROCO_SELENG_ENABLED /*The selection engine headers*/ 00042 #include "seleng/cr-sel-eng.h" 00043 #include "seleng/cr-style.h" 00044 #endif /*CROCO_SELENG_ENABLED*/ 00045 00046 #ifdef CROCO_LAYENG_ENABLED /*the layout engine headers*/ 00047 #include "layeng/cr-box.h" 00048 #include "layeng/cr-box-view.h" 00049 #include "layeng/cr-lay-eng.h" 00050 #endif 00051 00052 #endif /*__LIBCROCO_H__*/