public abstract class AbstractQueryResultWriter extends Object implements QueryResultWriter
QueryResultWriter
s offering common functionality for query result writers.Modifier | Constructor and Description |
---|---|
protected |
AbstractQueryResultWriter()
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.
|
protected boolean |
xsdStringToPlainLiteral() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endHeader, getQueryResultFormat, handleNamespace, handleStylesheet, startDocument, startHeader
endQueryResult, handleBoolean, handleLinks, handleSolution, startQueryResult
protected AbstractQueryResultWriter()
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
.protected boolean xsdStringToPlainLiteral()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.