diff options
Diffstat (limited to 'serd')
-rw-r--r-- | serd/serd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/serd/serd.h b/serd/serd.h index a56ab971..56511b12 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -511,6 +511,16 @@ 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. */ SERD_API |