Package | Description |
---|---|
org.eclipse.rdf4j.query.resultio | |
org.eclipse.rdf4j.query.resultio.sparqljson |
A writer for the
SPARQL Query Results JSON Format
|
org.eclipse.rdf4j.query.resultio.sparqlxml |
Parsers and writers for the
SPARQL Query Results XML Format
|
org.eclipse.rdf4j.query.resultio.text |
Modifier and Type | Method and Description |
---|---|
static BooleanQueryResultWriter |
QueryResultIO.createBooleanWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating BooleanQueryResultWriter objects.This method uses the registry returned by
BooleanQueryResultWriterRegistry.getInstance() to get a factory for the specified format and uses this
factory to create the appropriate writer. |
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 © 2015-2022 Eclipse Foundation. All Rights Reserved.