Redland RDF Application Framework API Reference Manual | ||
---|---|---|
<<< Previous | Next >>> |
redland world object
context to pass to the stream implementing objects
pointer to function to test for end of stream
pointer to function to move to the next statement in stream
pointer to function to get the current statement
-- undescribed --
Creates a new stream with an implementation based on the passed in functions. The functions next_statement and end_of_stream will be called multiple times until either of them signify the end of stream by returning NULL or non 0 respectively. The finished function is called once only when the stream object is destroyed with librdf_free_stream
A mapping function can be set for the stream using librdf_stream_set_map function which allows the statements generated by the stream to be filtered and/or altered as they are generated before passing back to the user.
<<< Previous | Home | Next >>> |
RDF Model Serialisation | Up | librdf_free_stream |