Modifier and Type | Interface and Description |
---|---|
interface |
ByteSink
A ByteSink writes data as raw bytes directly to an
OutputStream . |
interface |
CharSink
A CharSink writes data as characters to a
Writer . |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleQueryResultWriter
Write query results to console
|
class |
ConsoleRDFWriter
Write query results to console
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryResultWriter
Base class for
QueryResultWriter s offering common functionality for query result writers. |
class |
QueryResultWriterBase
Deprecated.
since 2.0. Use
AbstractQueryResultWriter instead. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryQueryResultWriter
Writer for the binary tuple result format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the
SPARQL Query Results JSON Format.
|
class |
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL
Query Results JSON Format.
|
class |
SPARQLStarResultsJSONWriter
Writer for SPARQL-star JSON results.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanXMLWriter
A
BooleanQueryResultWriter that writes boolean query results in the
SPARQL Query Results XML Format. |
class |
SPARQLResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the
SPARQL Query Results XML Format. |
class |
SPARQLStarResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the extended form
SPARQL Query Results XML Format. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTextWriter
Writer for the plain text boolean result format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.
|
class |
SPARQLStarResultsTSVWriter
Writer for SPARQL-star TSV results.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFWriter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRDFWriter
Base class for
RDFWriter s offering common functionality for RDF writers. |
class |
RDFWriterBase
Deprecated.
since 2.0. Use
AbstractRDFWriter instead. |
Modifier and Type | Class and Description |
---|---|
class |
JSONLDWriter
An RDFWriter that links to
JSONLDInternalRDFParser . |
Modifier and Type | Class and Description |
---|---|
class |
N3Writer
An implementation of the RDFWriter interface that writes RDF documents in N3 format.
|
Modifier and Type | Class and Description |
---|---|
class |
NDJSONLDWriter |
Modifier and Type | Class and Description |
---|---|
class |
NQuadsWriter
RDFWriter implementation for the
N-Quads RDF format. |
Modifier and Type | Class and Description |
---|---|
class |
NTriplesWriter
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONWriter
RDFWriter implementation for the RDF/JSON format |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLWriter
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLPrettyWriter
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
|
Modifier and Type | Class and Description |
---|---|
class |
TriGWriter
An extension of
TurtleWriter that writes RDF documents in
TriG format by adding graph scopes to the Turtle
document. |
Modifier and Type | Class and Description |
---|---|
class |
TriGStarWriter
An extension of
TriGWriter that writes RDF-star documents in the TriG-star format by including the RDF-star
triples. |
Modifier and Type | Class and Description |
---|---|
class |
TriXWriter
An implementation of the RDFWriter interface that writes RDF documents in
TriX format.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrangedWriter
Deprecated.
since 3.3.1. pretty printing / bnode inlining logic has been moved to
TurtleWriter internally. |
class |
TurtleWriter
An implementation of the RDFWriter interface that writes RDF documents in Turtle format.
|
Modifier and Type | Class and Description |
---|---|
class |
TurtleStarWriter
An extension of
TurtleWriter that writes RDF-star documents in the Turtle-star format by including the
RDF-star triples. |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.