librdf_parser_parse_string_as_stream
Name
librdf_parser_parse_string_as_stream -- Parse a string of content to a librdf_stream of statements
Synopsis
librdf_stream* librdf_parser_parse_string_as_stream
(librdf_parser* parser, const unsigned char * string, librdf_uri* base_uri);
Arguments
- parser
the parser
- string
the string to parse
- base_uri
the base URI to use
Return value
librdf_stream
of statements or NULL