File: libcroco-cr-om-parser.html

package info (click to toggle)
libcroco 0.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,980 kB
  • sloc: ansic: 20,862; sh: 11,517; makefile: 322
file content (380 lines) | stat: -rw-r--r-- 26,347 bytes parent folder | download | duplicates (2)
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>cr-om-parser</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Libcroco Reference Manual">
<link rel="up" href="ch01.html" title="Extensive APIs description">
<link rel="prev" href="libcroco-cr-num.html" title="cr-num">
<link rel="next" href="libcroco-cr-parser.html" title="cr-parser">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libcroco-cr-num.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Libcroco Reference Manual</th>
<td><a accesskey="n" href="libcroco-cr-parser.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libcroco-cr-om-parser.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#libcroco-cr-om-parser.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="libcroco-cr-om-parser"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libcroco-cr-om-parser.top_of_page"></a>cr-om-parser</span></h2>
<p>cr-om-parser</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="libcroco-cr-om-parser.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct              <a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser">CROMParser</a>;
                    <a class="link" href="libcroco-cr-om-parser.html#CROMParserPriv" title="CROMParserPriv">CROMParserPriv</a>;
<span class="returnvalue">void</span>                <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-destroy" title="cr_om_parser_destroy ()">cr_om_parser_destroy</a>                (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>);
<a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="returnvalue">CROMParser</span></a> *        <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-new" title="cr_om_parser_new ()">cr_om_parser_new</a>                    (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_input</code></em>);
enum <span class="returnvalue">CRStatus</span>       <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-parse-buf" title="cr_om_parser_parse_buf ()">cr_om_parser_parse_buf</a>              (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_len</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);
enum <span class="returnvalue">CRStatus</span>       <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-parse-file" title="cr_om_parser_parse_file ()">cr_om_parser_parse_file</a>             (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_file_uri</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);
enum <span class="returnvalue">CRStatus</span>       <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-parse-paths-to-cascade" title="cr_om_parser_parse_paths_to_cascade ()">cr_om_parser_parse_paths_to_cascade</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_author_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_user_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_ua_path</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-cascade.html#CRCascade" title="struct CRCascade"><span class="type">CRCascade</span></a> **a_result</code></em>);
enum <span class="returnvalue">CRStatus</span>       <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-simply-parse-buf" title="cr_om_parser_simply_parse_buf ()">cr_om_parser_simply_parse_buf</a>       (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_len</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);
enum <span class="returnvalue">CRStatus</span>       <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-simply-parse-file" title="cr_om_parser_simply_parse_file ()">cr_om_parser_simply_parse_file</a>      (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_file_path</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);
enum <span class="returnvalue">CRStatus</span>       <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-simply-parse-paths-to-cascade" title="cr_om_parser_simply_parse_paths_to_cascade ()">cr_om_parser_simply_parse_paths_to_cascade</a>
                                                        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_author_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_user_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_ua_path</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-cascade.html#CRCascade" title="struct CRCascade"><span class="type">CRCascade</span></a> **a_result</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="libcroco-cr-om-parser.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="libcroco-cr-om-parser.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="CROMParser"></a><h3>struct CROMParser</h3>
<pre class="programlisting">struct CROMParser {
        CROMParserPriv *priv ;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="CROMParserPriv"></a><h3>CROMParserPriv</h3>
<pre class="programlisting">typedef struct _CROMParserPriv CROMParserPriv;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-destroy"></a><h3>cr_om_parser_destroy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                cr_om_parser_destroy                (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>);</pre>
<p>
Destructor of the <a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>a_this</code></em> :</span></p></td>
<td>the current instance of <a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a>.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-new"></a><h3>cr_om_parser_new ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="returnvalue">CROMParser</span></a> *        cr_om_parser_new                    (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_input</code></em>);</pre>
<p>
Constructor of the CROMParser.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_input</code></em> :</span></p></td>
<td>the input stream.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the newly built instance of <a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-parse-buf"></a><h3>cr_om_parser_parse_buf ()</h3>
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span>       cr_om_parser_parse_buf              (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_len</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);</pre>
<p>
Parses the content of an in memory  buffer.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_this</code></em> :</span></p></td>
<td>the current instance of <a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_buf</code></em> :</span></p></td>
<td>the in memory buffer to parse.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_len</code></em> :</span></p></td>
<td>the length of the in memory buffer in number of bytes.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_enc</code></em> :</span></p></td>
<td>the encoding of the in memory buffer.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_result</code></em> :</span></p></td>
<td>out parameter the resulting style sheet</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>CR_OK upon successfull completion, an error code otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-parse-file"></a><h3>cr_om_parser_parse_file ()</h3>
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span>       cr_om_parser_parse_file             (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_file_uri</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);</pre>
<p>
Parses a css2 stylesheet contained
in a file.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_this</code></em> :</span></p></td>
<td>the current instance of the cssom parser.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_file_uri</code></em> :</span></p></td>
<td>the uri of the file.
(only local file paths are suppported so far)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_enc</code></em> :</span></p></td>
<td>the encoding of the file.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_result</code></em> :</span></p></td>
<td>out parameter. A pointer
the build css object model.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>CR_OK upon succesful completion, an error code otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-parse-paths-to-cascade"></a><h3>cr_om_parser_parse_paths_to_cascade ()</h3>
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span>       cr_om_parser_parse_paths_to_cascade (<em class="parameter"><code><a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a> *a_this</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_author_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_user_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_ua_path</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-cascade.html#CRCascade" title="struct CRCascade"><span class="type">CRCascade</span></a> **a_result</code></em>);</pre>
<p>
Parses three sheets located by their paths and build a cascade
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_this</code></em> :</span></p></td>
<td>the current instance of <a class="link" href="libcroco-cr-om-parser.html#CROMParser" title="struct CROMParser"><span class="type">CROMParser</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_author_path</code></em> :</span></p></td>
<td>the path to the author stylesheet</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_user_path</code></em> :</span></p></td>
<td>the path to the user stylesheet</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_ua_path</code></em> :</span></p></td>
<td>the path to the User Agent stylesheet</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_encoding</code></em> :</span></p></td>
<td>the encoding of the sheets.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_result</code></em> :</span></p></td>
<td>out parameter. The resulting cascade if the parsing
was okay</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>CR_OK upon successful completion, an error code otherwise</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-simply-parse-buf"></a><h3>cr_om_parser_simply_parse_buf ()</h3>
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span>       cr_om_parser_simply_parse_buf       (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_len</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);</pre>
<p>
The simpler way to parse an in memory css2 buffer.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_buf</code></em> :</span></p></td>
<td>the css2 in memory buffer.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_len</code></em> :</span></p></td>
<td>the length of the in memory buffer.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_enc</code></em> :</span></p></td>
<td>the encoding of the in memory buffer.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_result</code></em> :</span></p></td>
<td>out parameter. The resulting css2 style sheet.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>CR_OK upon successfull completion, an error code otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-simply-parse-file"></a><h3>cr_om_parser_simply_parse_file ()</h3>
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span>       cr_om_parser_simply_parse_file      (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_file_path</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_result</code></em>);</pre>
<p>
The simpler method to parse a css2 file.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_file_path</code></em> :</span></p></td>
<td>the css2 local file path.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_enc</code></em> :</span></p></td>
<td>the file encoding.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_result</code></em> :</span></p></td>
<td>out parameter. The returned css stylesheet.
Must be freed by the caller using cr_stylesheet_destroy.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>CR_OK upon successfull completion, an error code otherwise.
Note that this method uses <a class="link" href="libcroco-cr-om-parser.html#cr-om-parser-parse-file" title="cr_om_parser_parse_file ()"><code class="function">cr_om_parser_parse_file()</code></a> so both methods
have the same return values.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="cr-om-parser-simply-parse-paths-to-cascade"></a><h3>cr_om_parser_simply_parse_paths_to_cascade ()</h3>
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span>       cr_om_parser_simply_parse_paths_to_cascade
                                                        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_author_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_user_path</code></em>,
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_ua_path</code></em>,
                                                         <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>,
                                                         <em class="parameter"><code><a class="link" href="libcroco-cr-cascade.html#CRCascade" title="struct CRCascade"><span class="type">CRCascade</span></a> **a_result</code></em>);</pre>
<p>
Parses three sheets located by their paths and build a cascade
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_author_path</code></em> :</span></p></td>
<td>the path to the author stylesheet</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_user_path</code></em> :</span></p></td>
<td>the path to the user stylesheet</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_ua_path</code></em> :</span></p></td>
<td>the path to the User Agent stylesheet</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_encoding</code></em> :</span></p></td>
<td>the encoding of the sheets.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a_result</code></em> :</span></p></td>
<td>out parameter. The resulting cascade if the parsing
was okay</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>CR_OK upon successful completion, an error code otherwise</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>