summaryrefslogtreecommitdiffstats
path: root/docs/raptor2-sections.txt
blob: b2de6951881954326d1cc588ce72971949a73c20 (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
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<SECTION>
<FILE>section-world</FILE>
raptor_world
raptor_new_world
raptor_world_open
raptor_free_world
raptor_world_flag
raptor_world_set_flag
raptor_world_set_libxslt_security_preferences
raptor_world_set_log_handler
raptor_world_get_parser_description
raptor_world_is_parser_name
raptor_world_guess_parser_name
raptor_world_get_serializer_description
raptor_world_is_serializer_name
raptor_world_generate_bnodeid
raptor_world_set_generate_bnodeid_handler
raptor_world_set_generate_bnodeid_parameters
raptor_world_get_parsers_count
raptor_world_get_serializers_count
</SECTION>

<SECTION>
<FILE>section-general</FILE>
RAPTOR_VERSION
RAPTOR_VERSION_MAJOR
RAPTOR_VERSION_MINOR
RAPTOR_VERSION_RELEASE
RAPTOR_VERSION_STRING
raptor_version_major
raptor_version_minor
raptor_version_release
raptor_version_decimal
raptor_copyright_string
raptor_home_url_string
raptor_license_string
raptor_short_copyright_string
raptor_version_string
raptor_owl_namespace_uri
raptor_rdf_namespace_uri
raptor_rdf_schema_namespace_uri
raptor_xml_literal_datatype_uri_string
raptor_xml_namespace_uri
raptor_xmlschema_datatypes_namespace_uri
raptor_statement_handler
raptor_snprintf
raptor_vasprintf
raptor_vsnprintf
raptor_vsnprintf2
raptor_sort_r
raptor_log_handler
raptor_log_message
raptor_log_level
raptor_log_level_get_label
raptor_domain
raptor_domain_get_label
raptor_data_compare_handler
raptor_data_compare_arg_handler
raptor_data_context_free_handler
raptor_data_context_print_handler
raptor_data_free_handler
raptor_data_malloc_handler
raptor_data_print_handler
raptor_generate_bnodeid_handler
raptor_syntax_bitflags
raptor_syntax_description
raptor_syntax_description_validate
raptor_type_q
</SECTION>

<SECTION>
<FILE>section-option</FILE>
raptor_option
raptor_option_description
raptor_option_get_count
raptor_option_value_type
raptor_option_get_value_type_label
raptor_world_get_option_description
raptor_free_option_description
raptor_world_get_option_from_uri
</SECTION>

<SECTION>
<FILE>section-memory</FILE>
raptor_free_memory
raptor_alloc_memory
raptor_calloc_memory
</SECTION>

<SECTION>
<FILE>section-triples</FILE>
raptor_term_type
raptor_term
raptor_term_value
raptor_term_blank_value
raptor_term_literal_value
raptor_new_term_from_blank
raptor_new_term_from_counted_blank
raptor_new_term_from_literal
raptor_new_term_from_counted_literal
raptor_new_term_from_counted_uri_string
raptor_new_term_from_uri
raptor_new_term_from_uri_string
raptor_new_term_from_counted_string
raptor_term_copy
raptor_term_compare
raptor_term_equals
raptor_free_term
raptor_term_to_counted_string
raptor_term_to_string
raptor_term_ntriples_write
raptor_term_to_turtle_counted_string
raptor_term_to_turtle_string
raptor_term_turtle_write
raptor_statement
raptor_new_statement
raptor_new_statement_from_nodes
raptor_free_statement
raptor_statement_copy
raptor_statement_compare
raptor_statement_equals
raptor_statement_init
raptor_statement_clear
raptor_statement_print
raptor_statement_print_as_ntriples
raptor_statement_ntriples_write
</SECTION>

<SECTION>
<FILE>section-constants</FILE>
raptor_rdf_namespace_uri_len
raptor_rdf_schema_namespace_uri_len
raptor_xml_literal_datatype_uri_string_len
RAPTOR_RDF_MS_URI
RAPTOR_RDF_SCHEMA_URI
RAPTOR_XMLSCHEMA_DATATYPES_URI
RAPTOR_OWL_URI
</SECTION>

<SECTION>
<FILE>section-avltree</FILE>
raptor_avltree
raptor_avltree_bitflags
raptor_new_avltree
raptor_free_avltree
raptor_avltree_add
raptor_avltree_delete
raptor_avltree_print
raptor_avltree_remove
raptor_avltree_search
raptor_avltree_set_print_handler
raptor_avltree_size
raptor_avltree_trim
raptor_avltree_visit
raptor_avltree_iterator
raptor_new_avltree_iterator
raptor_free_avltree_iterator
raptor_avltree_iterator_get
raptor_avltree_iterator_is_end
raptor_avltree_iterator_next
raptor_avltree_visit_handler
</SECTION>

<SECTION>
<FILE>section-parser</FILE>
raptor_parser
raptor_new_parser
raptor_new_parser_for_content
raptor_free_parser
raptor_graph_mark_handler
raptor_namespace_handler
raptor_parser_set_statement_handler
raptor_graph_mark_flags
raptor_parser_set_graph_mark_handler
raptor_parser_set_namespace_handler
raptor_parser_get_description
raptor_parser_get_locator
raptor_parser_parse_abort
raptor_parser_parse_chunk
raptor_parser_parse_file
raptor_parser_parse_file_stream
raptor_parser_parse_iostream
raptor_parser_parse_start
raptor_parser_parse_uri
raptor_parser_parse_uri_with_connection
raptor_parser_get_graph
raptor_parser_get_name
raptor_parser_set_option
raptor_parser_get_option
raptor_parser_get_accept_header
raptor_parser_set_uri_filter
raptor_parser_get_world
</SECTION>

<SECTION>
<FILE>section-locator</FILE>
raptor_locator
raptor_locator_print
raptor_locator_format
raptor_locator_line
raptor_locator_column
raptor_locator_byte
raptor_locator_file
raptor_locator_uri
</SECTION>

<SECTION>
<FILE>section-serializer</FILE>
raptor_serializer
raptor_new_serializer
raptor_free_serializer
raptor_serializer_start_to_iostream
raptor_serializer_start_to_filename
raptor_serializer_start_to_string
raptor_serializer_start_to_file_handle
raptor_serializer_set_namespace
raptor_serializer_set_namespace_from_namespace
raptor_serializer_serialize_statement
raptor_serializer_serialize_end
raptor_serializer_flush
raptor_serializer_get_description
raptor_serializer_get_iostream
raptor_serializer_get_locator
raptor_serializer_set_option
raptor_serializer_get_option
raptor_serializer_get_world
</SECTION>

<SECTION>
<FILE>section-uri</FILE>
raptor_uri
raptor_new_uri
raptor_new_uri_from_counted_string
raptor_new_uri_from_uri_local_name
raptor_new_uri_from_uri_or_file_string
raptor_new_uri_relative_to_base
raptor_new_uri_relative_to_base_counted
raptor_new_uri_from_id
raptor_new_uri_for_rdf_concept
raptor_new_uri_for_xmlbase
raptor_new_uri_for_retrieval
raptor_free_uri
raptor_uri_compare
raptor_uri_equals
raptor_uri_copy
raptor_uri_as_string
raptor_uri_as_counted_string
raptor_uri_to_relative_counted_uri_string
raptor_uri_to_relative_uri_string
raptor_uri_to_counted_string
raptor_uri_to_string
raptor_uri_resolve_uri_reference
raptor_uri_counted_filename_to_uri_string
raptor_uri_filename_to_uri_string
raptor_uri_uri_string_is_absolute
raptor_uri_uri_string_is_file_uri
raptor_uri_uri_string_to_filename
raptor_uri_uri_string_to_filename_fragment
raptor_uri_uri_string_to_counted_filename_fragment
raptor_uri_print
raptor_uri_get_world
raptor_uri_write
raptor_uri_file_exists
raptor_uri_filename_exists
raptor_uri_to_turtle_counted_string
raptor_uri_to_turtle_string
raptor_uri_turtle_write
</SECTION>

<SECTION>
<FILE>section-stringbuffer</FILE>
raptor_stringbuffer
raptor_new_stringbuffer
raptor_free_stringbuffer
raptor_stringbuffer_append_counted_string
raptor_stringbuffer_append_decimal
raptor_stringbuffer_append_hexadecimal
raptor_stringbuffer_append_string
raptor_stringbuffer_append_stringbuffer
raptor_stringbuffer_append_uri_escaped_counted_string
raptor_stringbuffer_prepend_counted_string
raptor_stringbuffer_prepend_string
raptor_stringbuffer_as_string
raptor_stringbuffer_length
raptor_stringbuffer_copy_to_string
raptor_stringbuffer_write
</SECTION>


<SECTION>
<FILE>section-sequence</FILE>
raptor_sequence
raptor_new_sequence
raptor_new_sequence_with_context
raptor_free_sequence
raptor_sequence_delete_at
raptor_sequence_get_at
raptor_sequence_join
raptor_sequence_next_permutation
raptor_sequence_pop
raptor_sequence_print
raptor_sequence_push
raptor_sequence_reverse
raptor_sequence_set_at
raptor_sequence_shift
raptor_sequence_size
raptor_sequence_sort
raptor_sequence_sort_r
raptor_sequence_swap
raptor_sequence_unshift
</SECTION>

<SECTION>
<FILE>section-www</FILE>
raptor_www
raptor_new_www
raptor_new_www_with_connection
raptor_free_www
raptor_www_write_bytes_handler
raptor_www_content_type_handler
raptor_www_set_user_agent2
raptor_www_set_user_agent
raptor_www_set_proxy2
raptor_www_set_proxy
raptor_www_set_http_accept2
raptor_www_set_http_accept
raptor_www_set_http_cache_control
raptor_www_set_write_bytes_handler
raptor_www_set_connection_timeout
raptor_www_set_content_type_handler
raptor_uri_filter_func
raptor_www_set_uri_filter
raptor_www_final_uri_handler
raptor_www_get_final_uri
raptor_www_set_final_uri_handler
raptor_www_fetch
raptor_www_fetch_to_string
raptor_www_get_connection
raptor_www_set_ssl_cert_options
raptor_www_set_ssl_verify_options
raptor_www_abort
</SECTION>

<SECTION>
<FILE>section-iostream</FILE>
raptor_iostream
raptor_iostream_init_func
raptor_iostream_finish_func
raptor_iostream_write_byte_func
raptor_iostream_write_bytes_func
raptor_iostream_write_end_func
raptor_iostream_read_bytes_func
raptor_iostream_read_eof_func
raptor_iostream_handler
raptor_new_iostream_from_handler
raptor_new_iostream_from_sink
raptor_new_iostream_from_filename
raptor_new_iostream_from_file_handle
raptor_new_iostream_from_string
raptor_new_iostream_to_sink
raptor_new_iostream_to_filename
raptor_new_iostream_to_file_handle
raptor_new_iostream_to_string
raptor_free_iostream
raptor_iostream_hexadecimal_write
raptor_iostream_read_bytes
raptor_iostream_read_eof
raptor_iostream_tell
raptor_iostream_counted_string_write
raptor_iostream_decimal_write
raptor_iostream_string_write
raptor_iostream_write_byte
raptor_iostream_write_bytes
raptor_iostream_write_end
raptor_bnodeid_ntriples_write
raptor_escaped_write_bitflags
raptor_string_escaped_write
raptor_term_escaped_write
raptor_uri_escaped_write
raptor_string_ntriples_write
raptor_string_python_write
</SECTION>


<SECTION>
<FILE>section-sax2</FILE>
raptor_sax2
raptor_new_sax2
raptor_free_sax2
raptor_sax2_start_element_handler
raptor_sax2_end_element_handler
raptor_sax2_characters_handler
raptor_sax2_cdata_handler
raptor_sax2_comment_handler
raptor_sax2_unparsed_entity_decl_handler
raptor_sax2_external_entity_ref_handler
raptor_sax2_set_start_element_handler
raptor_sax2_set_end_element_handler
raptor_sax2_set_characters_handler
raptor_sax2_set_cdata_handler
raptor_sax2_set_comment_handler
raptor_sax2_set_unparsed_entity_decl_handler
raptor_sax2_set_external_entity_ref_handler
raptor_sax2_set_namespace_handler
raptor_sax2_set_uri_filter
raptor_sax2_parse_start
raptor_sax2_parse_chunk
raptor_sax2_inscope_xml_language
raptor_sax2_inscope_base_uri
</SECTION>

<SECTION>
<FILE>section-xml</FILE>
raptor_xml_element
raptor_new_xml_element
raptor_new_xml_element_from_namespace_local_name
raptor_free_xml_element
raptor_xml_element_get_name
raptor_xml_element_get_attributes
raptor_xml_element_get_attributes_count
raptor_xml_element_set_attributes
raptor_xml_element_declare_namespace
raptor_xml_element_is_empty
raptor_xml_element_get_language
raptor_xml_element_write
raptor_new_xml_writer
raptor_free_xml_writer
raptor_xml_writer_empty_element
raptor_xml_writer_start_element
raptor_xml_writer_end_element
raptor_xml_writer_cdata
raptor_xml_writer_cdata_counted
raptor_xml_writer_raw
raptor_xml_writer_raw_counted
raptor_xml_writer_comment
raptor_xml_writer_comment_counted
raptor_xml_writer_flush
raptor_xml_writer_newline
raptor_xml_writer_get_depth
raptor_xml_writer_set_option
raptor_xml_writer_get_option
raptor_xml_writer
raptor_xml_escape_string_any
raptor_xml_escape_string_any_write
raptor_xml_escape_string
raptor_xml_escape_string_write
raptor_xml_name_check
</SECTION>

<SECTION>
<FILE>section-xml-qname</FILE>
raptor_qname
raptor_new_qname
raptor_new_qname_from_namespace_local_name
raptor_new_qname_from_namespace_uri
raptor_qname_copy
raptor_free_qname
raptor_qname_equal
raptor_qname_string_to_uri
raptor_qname_write
raptor_qname_format_as_xml
raptor_qname_get_counted_value
raptor_qname_get_local_name
raptor_qname_get_namespace
raptor_qname_get_value
raptor_qname_to_counted_name
</SECTION>

<SECTION>
<FILE>section-xml-namespace</FILE>
raptor_namespace
raptor_new_namespace_from_uri
raptor_new_namespaces
raptor_namespaces_init
raptor_namespaces_clear
raptor_free_namespaces
raptor_namespaces_start_namespace
raptor_namespaces_start_namespace_full
raptor_namespaces_end_for_depth
raptor_namespaces_get_default_namespace
raptor_namespaces_find_namespace
raptor_namespaces_find_namespace_by_uri
raptor_namespaces_namespace_in_scope
raptor_new_namespace
raptor_free_namespace
raptor_namespace_get_uri
raptor_namespace_get_prefix
raptor_namespace_get_counted_prefix
raptor_namespace_write
raptor_namespace_stack
raptor_namespace_stack_start_namespace
raptor_namespace_format_as_xml
raptor_xml_namespace_string_parse
</SECTION>

<SECTION>
<FILE>section-unicode</FILE>
raptor_unichar
raptor_unicode_utf8_string_put_char
raptor_unicode_utf8_string_get_char
raptor_unicode_is_xml11_namestartchar
raptor_unicode_is_xml10_namestartchar
raptor_unicode_is_xml11_namechar
raptor_unicode_is_xml10_namechar
raptor_unicode_check_utf8_string
raptor_unicode_utf8_strlen
raptor_unicode_utf8_substr
</SECTION>

<SECTION>
<FILE>section-unused</FILE>
RAPTOR_API
RAPTOR_DEPRECATED
RAPTOR_PRINTF_FORMAT
RAPTOR_V2_AVAILABLE
raptor_new_world_internal
</SECTION>