From bb14fdecabb00dbda2740343f22ecb817dc52f47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 2 Mar 2011 08:49:23 +0000 Subject: Fix parsing several files/strings with the same parser. Add serd_read_state_expand. git-svn-id: http://svn.drobilla.net/serd/trunk@114 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- serd/serd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'serd/serd.h') diff --git a/serd/serd.h b/serd/serd.h index a56ab971..56511b12 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -510,6 +510,16 @@ SERD_API void serd_read_state_free(SerdReadState state); +/** + Expand @a node to a full URI. + + @param node A CURIE or URI node to expand and/or resolve. +*/ +SERD_API +SerdNode +serd_read_state_expand(SerdReadState state, + const SerdNode* node); + /** Get the current base URI. */ -- cgit v1.2.1