summaryrefslogtreecommitdiffstats
path: root/docs/raptor2-sections.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/raptor2-sections.txt')
-rw-r--r--docs/raptor2-sections.txt517
1 files changed, 517 insertions, 0 deletions
diff --git a/docs/raptor2-sections.txt b/docs/raptor2-sections.txt
new file mode 100644
index 0000000..b2de695
--- /dev/null
+++ b/docs/raptor2-sections.txt
@@ -0,0 +1,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>