Package | Description |
---|---|
org.openrdf.query.resultio | |
org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
org.openrdf.rio.rdfjson |
Modifier and Type | Method and Description |
---|---|
WriterConfig |
QueryResultWriterBase.getWriterConfig() |
WriterConfig |
QueryResultWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultWriterBase.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RDFWriterTest.setupWriterConfig(WriterConfig config)
Override this method to setup custom settings for WriterConfig needed to
pass tests.
|
void |
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,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given
format. |
Modifier and Type | Method and Description |
---|---|
WriterConfig |
RDFWriterBase.getWriterConfig() |
Modifier and Type | Method and Description |
---|---|
void |
RDFWriterBase.setWriterConfig(WriterConfig config) |
Modifier and Type | Method and Description |
---|---|
static void |
RDFJSONWriter.modelToRdfJsonInternal(Model graph,
WriterConfig writerConfig,
com.fasterxml.jackson.core.JsonGenerator jg) |
Copyright © 2001-2016 Aduna. All Rights Reserved.