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.
|
void |
setWriterConfig(WriterConfig config)
Sets all supplied writer configuration options.
|
endRDF, handleComment, handleNamespace, handleStatement, startRDF
RDFFormat getRDFFormat()
void setWriterConfig(WriterConfig config)
config
- a writer configuration object.WriterConfig getWriterConfig()
Collection<RioSetting<?>> getSupportedSettings()
RioSetting
s that are supported by this
RDFWriter.Copyright © 2001-2016 Aduna. All Rights Reserved.