Uses of Interface
org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriter
Packages that use 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
Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultWriterModifier 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
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement BooleanQueryResultWriterModifier and TypeClassDescriptionclass
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return BooleanQueryResultWriterModifier and TypeMethodDescriptionSPARQLBooleanJSONWriterFactory.getWriter
(OutputStream out) Returns a new instance of SPARQLResultsJSONWriter. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement BooleanQueryResultWriterModifier and TypeClassDescriptionclass
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return BooleanQueryResultWriterModifier and TypeMethodDescriptionSPARQLBooleanXMLWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLBooleanXMLWriter
. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement BooleanQueryResultWriterModifier and TypeClassDescriptionclass
Writer for the plain text boolean result format.Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultWriterModifier and TypeMethodDescriptionBooleanTextWriterFactory.getWriter
(OutputStream out) Returns a new instance of BinaryQueryResultWriter.