Uses of Interface
org.eclipse.rdf4j.query.resultio.TupleQueryResultWriter
Packages that use TupleQueryResultWriter
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return TupleQueryResultWriterModifier and TypeMethodDescriptionstatic TupleQueryResultWriter
QueryResultIO.createTupleWriter
(QueryResultFormat format, OutputStream out) Convenience methods for creating TupleQueryResultWriter objects.This method uses the registry returned byTupleQueryResultWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.TupleQueryResultWriterFactory.getWriter
(OutputStream out) Returns a TupleQueryResultWriter instance that will write to the supplied output stream. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.binary
Classes in org.eclipse.rdf4j.query.resultio.binary that implement TupleQueryResultWriterModifier and TypeClassDescriptionclass
Writer for the binary tuple result format.Methods in org.eclipse.rdf4j.query.resultio.binary that return TupleQueryResultWriterModifier and TypeMethodDescriptionBinaryQueryResultWriterFactory.getWriter
(OutputStream out) Returns a new instance of BinaryQueryResultWriter. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement TupleQueryResultWriterModifier and TypeClassDescriptionclass
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
Writer for SPARQL-star JSON results.Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return TupleQueryResultWriterModifier and TypeMethodDescriptionSPARQLResultsJSONWriterFactory.getWriter
(OutputStream out) Returns a new instance of SPARQLResultsJSONWriter.SPARQLStarResultsJSONWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLStarResultsJSONWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement TupleQueryResultWriterModifier and TypeClassDescriptionclass
ATupleQueryResultWriter
that writes tuple query results in the SPARQL Query Results XML Format.class
ATupleQueryResultWriter
that writes tuple query results in the extended form SPARQL Query Results XML Format.Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return TupleQueryResultWriterModifier and TypeMethodDescriptionSPARQLResultsXMLWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsXMLWriter
.SPARQLStarResultsXMLWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsXMLWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.csv
Classes in org.eclipse.rdf4j.query.resultio.text.csv that implement TupleQueryResultWriterModifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.Methods in org.eclipse.rdf4j.query.resultio.text.csv that return TupleQueryResultWriterModifier and TypeMethodDescriptionSPARQLResultsCSVWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsCSVWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.tsv
Classes in org.eclipse.rdf4j.query.resultio.text.tsv that implement TupleQueryResultWriterModifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results.Methods in org.eclipse.rdf4j.query.resultio.text.tsv that return TupleQueryResultWriterModifier and TypeMethodDescriptionSPARQLResultsTSVWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsTSVWriter
.SPARQLStarResultsTSVWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLStarResultsTSVWriter
.