| Package | Description |
|---|---|
| org.openrdf.query.resultio |
| Class and Description |
|---|
| BooleanQueryResultFormat
Represents the concept of a boolean query result serialization format.
|
| BooleanQueryResultParser
A general interface for boolean query result parsers.
|
| BooleanQueryResultParserFactory
Returns
BooleanQueryResultParsers for a specific boolean query
result format. |
| BooleanQueryResultParserRegistry
A registry that keeps track of the available
BooleanQueryResultParserFactorys. |
| 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. |
| BooleanQueryResultWriterRegistry
A registry that keeps track of the available
BooleanQueryResultWriterFactorys. |
| QueryResultFormat
The base class of all file formats that represent the results of queries.
|
| 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.
|
| QueryResultParser
Base interface for parsers of query results in both boolean and tuple forms.
|
| QueryResultParserBase
Base class for
QueryResultParsers offering common functionality for
query result parsers. |
| QueryResultWriter
The base interface for writers of query results sets and boolean results.
|
| TupleQueryResultFormat
Represents the concept of an tuple query result serialization format.
|
| TupleQueryResultParser
A general interface for tuple query result parsers.
|
| TupleQueryResultParserFactory
A TupleQueryResultParserFactory returns
TupleQueryResultParsers for a
specific tuple query result format. |
| TupleQueryResultParserRegistry
A registry that keeps track of the available
TupleQueryResultParserFactorys. |
| 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. |
| TupleQueryResultWriterRegistry
A registry that keeps track of the available
TupleQueryResultWriterFactorys. |
| UnsupportedQueryResultFormatException
A Runtime exception indicating that a specific query result format is not supported.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.