summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2012-01-30 21:04:05 -0800
committerDave Beckett <dave@dajobe.org>2012-02-01 11:00:14 -0800
commitb0631624b5f9f6a5348b43947f9cd9f76d02358e (patch)
tree61b5c5181c909dd7d12dec189042dfe6872ef4d5 /docs
parent8c7e367055c6a9a62d0a2b4860a3dede25c30e91 (diff)
downloadraptor-b0631624b5f9f6a5348b43947f9cd9f76d02358e.tar.gz
More file URI updates
(raptor_new_uri_from_uri_or_file_string): Added new constructor (raptor_uri_uri_string_to_counted_filename): Removed (raptor_sax2_check_load_uri_string): Use raptor_new_uri_from_uri_or_file_string() and just check for file: (raptor_uri_uri_string_is_file_uri): Just check for file: (raptor_uri_file_exists): Check if URI is a file URI and the file exists.
Diffstat (limited to 'docs')
-rw-r--r--docs/raptor-1-to-2-map.tsv4
-rw-r--r--docs/raptor2-sections.txt5
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/raptor-1-to-2-map.tsv b/docs/raptor-1-to-2-map.tsv
index 7807404d..9d28b539 100644
--- a/docs/raptor-1-to-2-map.tsv
+++ b/docs/raptor-1-to-2-map.tsv
@@ -406,9 +406,9 @@
2.0.5 - - - 2.0.6 int raptor_sequence_swap (raptor_sequence* seq, int i, int j) -
2.0.5 - - - 2.0.6 int raptor_sequence_reverse (raptor_sequence* seq, int start_index, int length) -
2.0.5 - - - 2.0.6 int raptor_sequence_next_permutation (raptor_sequence *seq, raptor_data_compare_handler compare) -
-2.0.6 - - - 2.0.7 char* raptor_uri_uri_string_to_filename (const unsigned char* uri_string, size_t uri_string_len, int* exists_p) -
2.0.6 - - - 2.0.7 char* raptor_uri_uri_string_to_counted_filename_fragment (const unsigned char *uri_string, size_t* len_p, unsigned char **fragment_p, size_t* fragment_len_p) -
-2.0.6 - - - 2.0.7 char* raptor_uri_uri_string_to_counted_filename (const unsigned char* uri_string, size_t uri_string_len, size_t* path_len_p, int* exists_p) -
+2.0.6 - - - 2.0.7 int raptor_uri_file_exists (raptor_uri* uri) -
+2.0.6 - - - 2.0.7 raptor_uri* raptor_new_uri_from_uri_or_file_string (raptor_world* world, raptor_uri* base_uri, const unsigned char* uri_or_file_string) -
2.0.6 - - - 2.0.7 void raptor_sax2_set_uri_filter (raptor_sax2* sax2, raptor_uri_filter_func filter, void *user_data) -
#
# Types
diff --git a/docs/raptor2-sections.txt b/docs/raptor2-sections.txt
index b447961c..b56a231d 100644
--- a/docs/raptor2-sections.txt
+++ b/docs/raptor2-sections.txt
@@ -221,6 +221,7 @@ 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_from_id
raptor_new_uri_for_rdf_concept
@@ -238,14 +239,14 @@ raptor_uri_to_counted_string
raptor_uri_to_string
raptor_uri_resolve_uri_reference
raptor_uri_filename_to_uri_string
-raptor_uri_uri_string_to_counted_filename
-raptor_uri_uri_string_to_counted_filename_fragment
raptor_uri_uri_string_to_filename
raptor_uri_uri_string_to_filename_fragment
+raptor_uri_uri_string_to_counted_filename_fragment
raptor_uri_uri_string_is_file_uri
raptor_uri_print
raptor_uri_get_world
raptor_uri_write
+raptor_uri_file_exists
</SECTION>
<SECTION>