librdf_stream_get_object

Name

librdf_stream_get_object --  Get the current librdf_statement in the stream

Synopsis

librdf_statement* librdf_stream_get_object (librdf_stream* stream);

Arguments

stream

librdf_stream object

Description

This method returns a SHARED pointer to the current statement object which should be copied by the caller to preserve it if the stream is moved on librdf_stream_next or if it should last after the stream is closed.

Return value

the current librdf_statement object or NULL at end of stream.