aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h
index d69d6421..7df2c54d 100644
--- a/src/node.h
+++ b/src/node.h
@@ -68,4 +68,17 @@ size_t serd_node_total_size(const SerdNode* node);
void serd_node_zero_pad(SerdNode* node);
SerdNode* serd_new_resolved_uri_i(const char* str, const SerdURI* base);
+SerdNode*
+serd_new_typed_literal_expanded(const char* str,
+ size_t str_len,
+ SerdNodeFlags flags,
+ SerdStringView datatype_prefix,
+ SerdStringView datatype_suffix);
+
+SerdNode*
+serd_new_typed_literal_uri(const char* str,
+ size_t str_len,
+ SerdNodeFlags flags,
+ SerdURI datatype_uri);
+
#endif // SERD_NODE_H