diff options
Diffstat (limited to 'include/serd/reader.h')
-rw-r--r-- | include/serd/reader.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/serd/reader.h b/include/serd/reader.h index 34af6d04..a2bde202 100644 --- a/include/serd/reader.h +++ b/include/serd/reader.h @@ -105,19 +105,6 @@ serd_reader_new(SerdWorld* ZIX_NONNULL world, const SerdSink* ZIX_NONNULL sink); /** - Set a prefix to be added to all blank node identifiers. - - This is useful when multiple files are to be parsed into the same output (a - model or a file). Since Serd preserves blank node IDs, this could cause - conflicts where two non-equivalent blank nodes are merged, resulting in - corrupt data. By setting a unique blank node prefix for each parsed file, - this can be avoided, while preserving blank node names. -*/ -SERD_API void -serd_reader_add_blank_prefix(SerdReader* ZIX_NONNULL reader, - const char* ZIX_NULLABLE prefix); - -/** Prepare to read some input. This sets up the reader to read from the given input, but will not read any |