librdf_node_get_literal_value

Name

librdf_node_get_literal_value --  Get the string literal value of the node

Synopsis

unsigned char* librdf_node_get_literal_value (librdf_node* node);

Arguments

node

the node object

Description

Returns a pointer to the literal value held by the node, it must be copied if it is wanted to be used by the caller.

Return value

the literal string or NULL if node is not a literal