"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r4863.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_parser_raptor_parse_uri_as_stream

Name

librdf_parser_raptor_parse_uri_as_stream --  Retrieve the content at URI and parse it into a librdf_stream

Synopsis

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

Arguments

context

parser context

uri

librdf_uri URI of content source

base_uri

librdf_uri URI of the content location or NULL if the same

Description