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 | Method and Description |
---|---|
static BooleanQueryResultWriter |
QueryResultIO.createBooleanWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating BooleanQueryResultWriter objects.
|
BooleanQueryResultWriter |
BooleanQueryResultWriterFactory.getWriter(OutputStream out)
Returns a
BooleanQueryResultWriter instance that will write to the
supplied output stream. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON
Format.
|
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultWriter |
SPARQLBooleanJSONWriterFactory.getWriter(OutputStream out)
Returns a new instance of SPARQLResultsJSONWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanXMLWriter
A
BooleanQueryResultWriter that writes boolean query results in the
SPARQL Query Results XML
Format. |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultWriter |
SPARQLBooleanXMLWriterFactory.getWriter(OutputStream out)
Returns a new instance of
SPARQLBooleanXMLWriter . |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTextWriter
Writer for the plain text boolean result format.
|
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultWriter |
BooleanTextWriterFactory.getWriter(OutputStream out)
Returns a new instance of BinaryQueryResultWriter.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.