Uses of Interface
org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriter
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio
Modifier and TypeMethodDescriptionstatic BooleanQueryResultWriter
QueryResultIO.createBooleanWriter
(QueryResultFormat format, OutputStream out) Convenience methods for creating BooleanQueryResultWriter objects.This method uses the registry returned byBooleanQueryResultWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.BooleanQueryResultWriterFactory.getWriter
(OutputStream out) Returns aBooleanQueryResultWriter
instance that will write to the supplied output stream. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeClassDescriptionclass
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.Modifier and TypeMethodDescriptionSPARQLBooleanJSONWriterFactory.getWriter
(OutputStream out) Returns a new instance of SPARQLResultsJSONWriter. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeClassDescriptionclass
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.Modifier and TypeMethodDescriptionSPARQLBooleanXMLWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLBooleanXMLWriter
. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Modifier and TypeClassDescriptionclass
Writer for the plain text boolean result format.Modifier and TypeMethodDescriptionBooleanTextWriterFactory.getWriter
(OutputStream out) Returns a new instance of BinaryQueryResultWriter.