librdf_parser_parse_counted_string_into_model

Name

librdf_parser_parse_counted_string_into_model --  Parse a counted string of content into an librdf_model

Synopsis

int librdf_parser_parse_counted_string_into_model (librdf_parser* parser, const unsigned char * string, size_t length, librdf_uri* base_uri, librdf_model* model);

Arguments

parser

the parser

string

the content to parse

length

length of content (must be >0)

base_uri

the base URI to use

model

the model to use

Return value

non 0 on failure