"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r3541.html" of archive amaya-fullsrc-11.4.4.tgz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

librdf_node_get_literal_value_as_counted_string

Name

librdf_node_get_literal_value_as_counted_string --  Get the string literal value of the node as a counted string

Synopsis

unsigned char* librdf_node_get_literal_value_as_counted_string (librdf_node* node, size_t * len_p);

Arguments

node

the node object

len_p

pointer to location to store length (or NULL)

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