public interface RDFWriter extends RDFHandler
OutputStream
argument and
one with an Writer
argument.Modifier and Type | Method and Description |
---|---|
RDFFormat |
getRDFFormat()
Gets the RDF format that this RDFWriter uses.
|
Collection<RioSetting<?>> |
getSupportedSettings() |
WriterConfig |
getWriterConfig()
Retrieves the current writer configuration as a single object.
|
<T> RDFWriter |
set(RioSetting<T> setting,
T value)
Set a setting on the writer, and return this writer object to allow chaining.
|
RDFWriter |
setWriterConfig(WriterConfig config)
Sets all supplied writer configuration options.
|
endRDF, handleComment, handleNamespace, handleStatement, startRDF
RDFFormat getRDFFormat()
RDFWriter setWriterConfig(WriterConfig config)
config
- a writer configuration object.WriterConfig getWriterConfig()
Collection<RioSetting<?>> getSupportedSettings()
RioSetting
s that are supported by this RDFWriter.<T> RDFWriter set(RioSetting<T> setting, T value)
setting
- The setting to change.value
- The value to change.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.