Source for file IteratorFindQuadsMem.php
Documentation is available at IteratorFindQuadsMem.php
// ----------------------------------------------------------------------------------
// Class: IteratorFindQuadsMem
// ----------------------------------------------------------------------------------
* Implementation of a quad iterator.
* This Iterator should be used like:
* for($iterator = $dataset->findInNamedGraphs(null,null,null,null); $iterator->valid(); $iterator->next())
* $currentQuad=$it->current();
* @version $Id: fsource_dataset__datasetIteratorFindQuadsMem.php.html,v 1.8 2006/06/26 12:34:12 tgauss Exp $
* @author Daniel Westphal (http://d-westphal.de)
* key value in the current graph.
* boolean value, if the results should be returned as triples.
* If the current resource is valid.
* The current NamedGraph.
* The graphName Resource to search for.
* The subject Resource to search for.
* The predicate Resource to search for.
* The object Resource to search for.
* Iterator over all graphs of the RDF dataset.
* $subject, $predicate, and $object are used like find().
* $getSPO supports the strings 's', 'p', and 'o' to return
* either the subject, predicate, or object of the result statements.
* Resets iterator list to start.
* Says if there are additional items left in the list.
* Moves Iterator to the next item in the list.
* Returns the current item.
* Returns the key of the current item.
Documentation generated on Mon, 26 Jun 2006 14:25:34 +0200 by phpDocumentor 1.3.0RC6