summaryrefslogtreecommitdiff
path: root/ccss-doc/ccss-sections.txt
blob: c3c0a052993b8f94fc5a1af63324c8aa7e74d98f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102

<SECTION>
<TITLE>ccss_block_t</TITLE>
<FILE>block</FILE>
ccss_block_t
ccss_block_add_property
</SECTION>

<SECTION>
<TITLE>ccss_grammar_t</TITLE>
<FILE>grammar</FILE>
ccss_grammar_t
ccss_grammar_create_css
ccss_grammar_create_generic
ccss_grammar_destroy
ccss_grammar_reference
ccss_grammar_get_reference_count
ccss_grammar_add_properties
ccss_grammar_lookup_property
ccss_grammar_add_functions
ccss_grammar_lookup_function
ccss_grammar_create_stylesheet
ccss_grammar_create_stylesheet_from_buffer
ccss_grammar_create_stylesheet_from_file
ccss_grammar_invoke_function
</SECTION>

<TITLE>ccss_node_t</TITLE>
<FILE>node</FILE>
ccss_node_t
ccss_node_class_t
ccss_node_is_a_f
ccss_node_get_container_f
ccss_node_get_base_style_f
ccss_node_get_instance_f
ccss_node_get_id_f
ccss_node_get_type_f
ccss_node_get_class_f
ccss_node_get_pseudo_class_f
ccss_node_get_attribute_f
ccss_node_get_style_f
ccss_node_get_viewport_f
ccss_node_release_f
ccss_node_init
</SECTION>

<SECTION>
<TITLE>ccss_style_t</TITLE>
<FILE>style</FILE>
ccss_style_t
ccss_style_destroy
ccss_style_get_double
ccss_style_get_property
ccss_style_set_property
ccss_style_get_string
ccss_style_hash
ccss_style_iterator_f
ccss_style_foreach
ccss_style_dump
</SECTION>

<SECTION>
<TITLE>ccss_stylesheet_t</TITLE>
<FILE>stylesheet</FILE>
ccss_stylesheet_t
ccss_stylesheet_iterator_f
ccss_stylesheet_precedence_t
ccss_stylesheet_destroy
ccss_stylesheet_reference
ccss_stylesheet_get_reference_count
ccss_stylesheet_add_from_buffer
ccss_stylesheet_add_from_file
ccss_stylesheet_foreach
ccss_stylesheet_query_type
ccss_stylesheet_query
ccss_stylesheet_unload
ccss_stylesheet_dump
</SECTION>

<SECTION>
<TITLE>ccss_property_t</TITLE>
<FILE>property</FILE>
ccss_property_state_t
ccss_property_type_t
ccss_property_create_f
ccss_property_destroy_f
ccss_property_convert_f
ccss_property_factory_f
ccss_property_inherit_f
ccss_property_class_t
ccss_property_base_t
ccss_property_generic_t
ccss_property_init
</SECTION>

<SECTION>
<TITLE>ccss_function_t</TITLE>
<FILE>function</FILE>
ccss_function_f
ccss_function_t
</SECTION>