|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TupleQueryResultWriter | |
|---|---|
| org.openrdf.query.resultio | |
| org.openrdf.query.resultio.binary | |
| 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 |
| Uses of TupleQueryResultWriter in org.openrdf.query.resultio |
|---|
| Methods in org.openrdf.query.resultio that return TupleQueryResultWriter | |
|---|---|
static TupleQueryResultWriter |
QueryResultIO.createWriter(TupleQueryResultFormat format,
OutputStream out)
Convenience methods for creating TupleQueryResultWriter objects. |
TupleQueryResultWriter |
TupleQueryResultWriterFactory.getWriter(OutputStream out)
Returns a TupleQueryResultWriter instance that will write to the supplied output stream. |
| Uses of TupleQueryResultWriter in org.openrdf.query.resultio.binary |
|---|
| Classes in org.openrdf.query.resultio.binary that implement TupleQueryResultWriter | |
|---|---|
class |
BinaryQueryResultWriter
Writer for the binary tuple result format. |
| Methods in org.openrdf.query.resultio.binary that return TupleQueryResultWriter | |
|---|---|
TupleQueryResultWriter |
BinaryQueryResultWriterFactory.getWriter(OutputStream out)
Returns a new instance of BinaryQueryResultWriter. |
| Uses of TupleQueryResultWriter in org.openrdf.query.resultio.sparqljson |
|---|
| Classes in org.openrdf.query.resultio.sparqljson that implement TupleQueryResultWriter | |
|---|---|
class |
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format. |
| Methods in org.openrdf.query.resultio.sparqljson that return TupleQueryResultWriter | |
|---|---|
TupleQueryResultWriter |
SPARQLResultsJSONWriterFactory.getWriter(OutputStream out)
Returns a new instance of SPARQLResultsJSONWriter. |
| Uses of TupleQueryResultWriter in org.openrdf.query.resultio.sparqlxml |
|---|
| Classes in org.openrdf.query.resultio.sparqlxml that implement TupleQueryResultWriter | |
|---|---|
class |
SPARQLResultsXMLWriter
A TupleQueryResultWriter that writes tuple query results in the SPARQL Query Results XML
Format. |
| Methods in org.openrdf.query.resultio.sparqlxml that return TupleQueryResultWriter | |
|---|---|
TupleQueryResultWriter |
SPARQLResultsXMLWriterFactory.getWriter(OutputStream out)
Returns a new instance of SPARQLResultsXMLWriter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||