static RDFWriter |
Rio.createWriter(RDFFormat format,
OutputStream out) |
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
OutputStream out,
String baseURI) |
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
Writer writer) |
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
Writer writer,
String baseURI) |
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
|
RDFWriter |
RDFWriterFactory.getWriter(OutputStream out) |
Returns an RDFWriter instance that will write to the supplied output stream.
|
RDFWriter |
RDFWriterFactory.getWriter(OutputStream out,
String baseURI) |
Returns an RDFWriter instance that will write to the supplied output stream.
|
RDFWriter |
RDFWriterFactory.getWriter(Writer writer) |
Returns an RDFWriter instance that will write to the supplied writer.
|
RDFWriter |
RDFWriterFactory.getWriter(Writer writer,
String baseURI) |
Returns an RDFWriter instance that will write to the supplied writer.
|
<T> RDFWriter |
RDFWriter.set(RioSetting<T> setting,
T value) |
Set a setting on the writer, and return this writer object to allow chaining.
|
RDFWriter |
RDFWriter.setWriterConfig(WriterConfig config) |
Sets all supplied writer configuration options.
|