Libcroco
libcroco.h
Go to the documentation of this file.
1 /*
2  * This file is part of The Croco Library
3  *
4  * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of version 2.1 of the GNU Lesser General Public
8  * License as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18  * USA
19  */
20 
21 #ifndef __LIBCROCO_H__
22 #define __LIBCROCO_H__
23 
24 #include "libcroco-config.h"
25 
26 #include "cr-utils.h"
27 #include "cr-pseudo.h"
28 #include "cr-term.h"
29 #include "cr-attr-sel.h"
30 #include "cr-simple-sel.h"
31 #include "cr-selector.h"
32 #include "cr-enc-handler.h"
33 #include "cr-doc-handler.h"
34 #include "cr-input.h"
35 #include "cr-parser.h"
36 #include "cr-statement.h"
37 #include "cr-stylesheet.h"
38 #include "cr-om-parser.h"
39 #include "cr-prop-list.h"
40 #include "cr-sel-eng.h"
41 #include "cr-style.h"
42 #include "cr-string.h"
43 
44 #endif /*__LIBCROCO_H__*/
The declaration of the #CRDocumentHandler class.
The declaration of the CREncHandler class.
The libcroco basic input stream class declaration file.
The definition of the CSS Object Model Parser.
The declaration file of the CRParser class.
The declaration of the CRSelEng class.
The declaration file of the CRSelector file.
the declaration of the CRSimpleSel class.
Declaration of the CRStatement class.
Declaration file of the CRString class.
The declaration of the CRStyle class.
The declaration of the CRStyleSheet class.
Declaration of the #CRTem class.
The Croco library basic types definitions And global definitions.