librdf_parser_parse_counted_string_as_stream

Name

librdf_parser_parse_counted_string_as_stream --  Parse a counted string of content to a librdf_stream of statements

Synopsis

librdf_stream* librdf_parser_parse_counted_string_as_stream (librdf_parser* parser, const unsigned char * string, size_t length, librdf_uri* base_uri);

Arguments

parser

the parser

string

the string to parse

length

length of the string content (must be >0)

base_uri

the base URI to use

Return value

librdf_stream of statements or NULL