Query: rdf::redland::stream
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RDF::Redland::Stream(3pm) User Contributed Perl Documentation RDF::Redland::Stream(3pm)NAMERDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects ClassSYNOPSISuse RDF::Redland; ... my $stream=$model->serialise; while($stream && !$stream->end) { my $statement=$stream->current; ... $stream->next; }DESCRIPTIONRepresents a sequence of RDF::Redland::Statement objects passed between various Redland objects.CONSTRUCTORSNo public constructors - are created and returned from various methods of classes including RDF::Redland::Model and RDF::Redland::ParserMETHODSend 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 ALSORDF::Redland::Model and RDF::Redland::ParserAUTHORDave Beckett - http://www.dajobe.org/ perl v5.14.2 2011-02-04 RDF::Redland::Stream(3pm)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Introduction |
Weird 'find' results |