RedlandDave Beckett |
|||||
|
Hosted by
since 2005. Redland BindingsLanguagesDemonstrationsData |
Redland librdf Language Bindings - Perl RDF::Redland::Stream ClassNAMERDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class SYNOPSISuse 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::Parser METHODS
SEE ALSOthe RDF::Redland::Model manpage and the RDF::Redland::Parser manpage AUTHORDave Beckett - http://www.dajobe.org/ (C) Copyright (C) 2000-2011 Dave Beckett, (C) Copyright (C) 2000-2005 University of Bristol |