public abstract class QueryResultWriterBase extends Object implements QueryResultWriter
QueryResultWriter
s offering common functionality for
query result writers.Constructor and Description |
---|
QueryResultWriterBase()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection<RioSetting<?>> |
getSupportedSettings() |
WriterConfig |
getWriterConfig()
Retrieves the current writer configuration as a single object.
|
void |
setWriterConfig(WriterConfig config)
Sets all supplied writer configuration options.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endHeader, getQueryResultFormat, handleNamespace, handleStylesheet, startDocument, startHeader
endQueryResult, handleBoolean, handleLinks, handleSolution, startQueryResult
public void setWriterConfig(WriterConfig config)
QueryResultWriter
setWriterConfig
in interface QueryResultWriter
config
- a writer configuration object.public WriterConfig getWriterConfig()
QueryResultWriter
getWriterConfig
in interface QueryResultWriter
public Collection<RioSetting<?>> getSupportedSettings()
getSupportedSettings
in interface QueryResultWriter
RioSetting
s that are supported by this
QueryResultWriter
.Copyright © 2001-2016 Aduna. All Rights Reserved.