Class Redland::Stream
In: lib/rdf/redland/stream.rb
Parent: Object

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.

Methods

context   create_finalizer   current   end?   new   next  

Included Modules

Util

Attributes

stream  [RW] 

Public Class methods

You shouldn‘t use this. Used internally for cleanup.

Create a wrapper for a librdf_stream object (?? confirm)

Public Instance methods

Get the context of the current Statement in the stream

Get the current Statement in the stram

Test if the stream has ended

Move to the next Statement in the stream

[Validate]