Package | Description |
---|---|
org.eclipse.rdf4j.query.resultio | |
org.eclipse.rdf4j.rio |
Rio: The rdf4j parser/writer API.
|
org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
org.eclipse.rdf4j.rio.n3 |
Writer for the Notation-3 (N3) format.
|
org.eclipse.rdf4j.rio.rdfjson |
Parser/writer for the RDF/JSON format.
|
org.eclipse.rdf4j.rio.turtle |
Parser/writer for the Turtle format.
|
Modifier and Type | Method and Description |
---|---|
WriterConfig |
AbstractQueryResultWriter.getWriterConfig() |
WriterConfig |
QueryResultWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueryResultWriter.setWriterConfig(WriterConfig config) |
void |
QueryResultWriter.setWriterConfig(WriterConfig config)
Sets all supplied writer configuration options.
|
Modifier and Type | Method and Description |
---|---|
WriterConfig |
RDFWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.
|
<T> WriterConfig |
WriterConfig.set(RioSetting<T> setting,
T value) |
WriterConfig |
WriterConfig.useDefaults() |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
RDFWriter.setWriterConfig(WriterConfig config)
Sets all supplied writer configuration options.
|
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
OutputStream in the given format. |
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
String baseURI,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
OutputStream in the given format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
String baseURI,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given format. |
static void |
Rio.write(Statement st,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
OutputStream in the given format. |
static void |
Rio.write(Statement statement,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
Writer in the given format. |
Modifier and Type | Method and Description |
---|---|
WriterConfig |
AbstractRDFWriter.getWriterConfig() |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
AbstractRDFWriter.setWriterConfig(WriterConfig config) |
Modifier and Type | Method and Description |
---|---|
WriterConfig |
N3Writer.getWriterConfig() |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
N3Writer.setWriterConfig(WriterConfig config) |
Modifier and Type | Method and Description |
---|---|
static void |
RDFJSONWriter.modelToRdfJsonInternal(Model graph,
WriterConfig writerConfig,
com.fasterxml.jackson.core.JsonGenerator jg) |
Modifier and Type | Method and Description |
---|---|
WriterConfig |
ArrangedWriter.getWriterConfig() |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
ArrangedWriter.setWriterConfig(WriterConfig config) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.