| Package | Description |
|---|---|
| org.openrdf.query.resultio | |
| org.openrdf.query.resultio.sparqljson |
A writer for the SPARQL Query Results JSON Format
|
| org.openrdf.query.resultio.sparqlxml |
Parsers and writers for the SPARQL Query Results XML Format
|
| org.openrdf.query.resultio.text |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanQueryResultFormat
Represents the concept of a boolean query result serialization format.
|
class |
TupleQueryResultFormat
Represents the concept of an tuple query result serialization format.
|
| Modifier and Type | Method and Description |
|---|---|
protected QueryResultFormat |
AbstractQueryResultIOTupleTest.getFormat() |
protected abstract QueryResultFormat |
AbstractQueryResultIOTest.getFormat() |
protected QueryResultFormat |
AbstractQueryResultIOBooleanTest.getFormat() |
QueryResultFormat |
TupleQueryResultParserBase.getQueryResultFormat() |
QueryResultFormat |
QueryResultWriter.getQueryResultFormat()
Gets the query result format that this writer uses.
|
QueryResultFormat |
QueryResultParser.getQueryResultFormat()
Gets the query result format that this parser can parse.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryResultWriter |
QueryResultIO.createWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating QueryResultWriter objects.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultFormat |
SPARQLBooleanJSONParser.getQueryResultFormat() |
QueryResultFormat |
SPARQLResultsJSONParser.getQueryResultFormat() |
| Modifier and Type | Method and Description |
|---|---|
QueryResultFormat |
SPARQLBooleanXMLParser.getQueryResultFormat() |
QueryResultFormat |
SPARQLResultsXMLParser.getQueryResultFormat() |
| Modifier and Type | Method and Description |
|---|---|
QueryResultFormat |
BooleanTextParser.getQueryResultFormat() |
Copyright © 2001–2015 Aduna. All rights reserved.