Package org.openrdf.query.resultio

Interface Summary
BooleanQueryResultParser A general interface for boolean query result parsers.
BooleanQueryResultParserFactory Returns BooleanQueryResultParsers for a specific boolean query result format.
BooleanQueryResultWriter The interface of objects that writer query results in a specific query result format.
BooleanQueryResultWriterFactory Returns BooleanQueryResultWriters for a specific boolean query result format.
TupleQueryResultParser A general interface for tuple query result parsers.
TupleQueryResultParserFactory A TupleQueryResultParserFactory returns TupleQueryResultParsers for a specific tuple query result format.
TupleQueryResultWriter The interface of objects that writer query results in a specific query result format.
TupleQueryResultWriterFactory Returns TupleQueryResultWriters for a specific tuple query result format.
 

Class Summary
BooleanQueryResultFormat Represents the concept of a boolean query result serialization format.
BooleanQueryResultParserRegistry A registry that keeps track of the available BooleanQueryResultParserFactorys.
BooleanQueryResultWriterRegistry A registry that keeps track of the available BooleanQueryResultWriterFactorys.
QueryResultIO Class offering utility methods related to query results.
TupleQueryResultFormat Represents the concept of an tuple query result serialization format.
TupleQueryResultParserBase Base class for TupleQueryResultParsers offering common functionality for query result parsers.
TupleQueryResultParserRegistry A registry that keeps track of the available TupleQueryResultParserFactorys.
TupleQueryResultWriterRegistry A registry that keeps track of the available TupleQueryResultWriterFactorys.
 

Exception Summary
QueryResultParseException A parse exception that can be thrown by a query result parser when it encounters an error from which it cannot or doesn't want to recover.
UnsupportedQueryResultFormatException A Runtime exception indicating that a specific query result format is not supported.
 



Copyright © 2001-2009 Aduna. All Rights Reserved.