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

The iterator provides a generic way to receive a sequence of values (order may or may not be import) from objects, usually generated on demand.

Methods

create_finalizer   current   end?   new   next  

Included Modules

Util

Public Class methods

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

Public Instance methods

Get the current object from the iterator

Test if the iterator has finished

Move to the next iterator element

[Validate]