NAME

RDF::Query::Stream - Stream (iterator) class for query results.

REVISION HISTORY

$Log$
Revision 1.4  2005/07/27 00:30:29  greg
- Added binding_value_by_name() method.

Revision 1.3  2005/06/02 19:31:22  greg
- Bridge object is now passed to the Stream constructor.
- bindings_count() now returns the right number even if there is no data.
- XML Result format now works with RDF::Core models.
- Added XML Results support for graph queries (DESCRIBE, CONSTRUCT).

Revision 1.2  2005/06/01 22:34:18  greg
- Added Boolean XML Results format.

Revision 1.1  2005/06/01 22:10:46  greg
- Moved Stream class to lib/RDF/Query/Stream.pm.
- Fixed tests that broke with previous fix to CONSTRUCT queries.
- Fixed tests that broke with previous change to ASK query results.

AUTHOR

Gregory Williams <gwilliams@cpan.org>