librdf_parser_repat_parse_file_as_stream

Name

librdf_parser_repat_parse_file_as_stream --  Retrieve the RDF/XML content at file and parse it into a librdf_stream

Synopsis

librdf_stream* librdf_parser_repat_parse_file_as_stream (void * context, librdf_uri * uri, librdf_uri * base_uri);

Arguments

context

serialisation context

uri

URI of RDF content source

base_uri

the base URI to use (or NULL if the same)

Return value

a new librdf_stream or NULL if the parse failed.