"Fossies" - the Fresh Open Source Software archive

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

RDF Model Serialisation

This module provides a method to generate a stream of statements, suitable for outputing from RDF/XML parsers, returning as the results of queries and serialising models in order to manipulate them or transform into another syntax.

RDF Statement Stream Class

Table of Contents
librdf_new_stream --  Constructor - create a new librdf_stream
librdf_free_stream --  Destructor - destroy an libdf_stream object
librdf_stream_end --  Test if the stream has ended
librdf_stream_next --  Move to the next librdf_statement in the stream
librdf_stream_get_object --  Get the current librdf_statement in the stream
librdf_stream_get_context --  Get the context of the current object on the stream
librdf_stream_add_map --  Add a librdf_stream mapping function
librdf_new_stream_from_node_iterator --  Constructor - create a new librdf_stream from an iterator of nodes
librdf_stream_print --  print the stream