RDF::Redland::Stream(3pm) User Contributed Perl Documentation RDF::Redland::Stream(3pm)
NAME
RDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class
SYNOPSIS
use RDF::Redland;
...
my $stream=$model->serialise;
while($stream && !$stream->end) {
my $statement=$stream->current;
...
$stream->next;
}
DESCRIPTION
Represents a sequence of RDF::Redland::Statement objects passed between various Redland
objects.
CONSTRUCTORS
No public constructors - are created and returned from various methods of classes
including RDF::Redland::Model and RDF::Redland::Parser
METHODS
end Returns non 0 if the stream is finished.
current
Returns the current RDF::Redland::Statement object in the stream or undef if the
stream is finished.
next
Moves to the next RDF::Redland::Statement object in the stream. Returns non-zero if
the stream is finished.
context
Returns the context RDF::Redland::Node object in the stream or undef if the stream is
finished.
SEE ALSO
RDF::Redland::Model and RDF::Redland::Parser
AUTHOR
Dave Beckett - http://purl.org/net/dajobe/
perl v5.10.0 2006-03-16 RDF::Redland::Stream(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 02:01 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)