public abstract class AbstractQueryResultWriter extends Object implements QueryResultWriter
QueryResultWriters 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, waitendHeader, getQueryResultFormat, handleNamespace, handleStylesheet, startDocument, startHeaderendQueryResult, handleBoolean, handleLinks, handleSolution, startQueryResultprotected AbstractQueryResultWriter()
public void setWriterConfig(WriterConfig config)
QueryResultWritersetWriterConfig in interface QueryResultWriterconfig - a writer configuration object.public WriterConfig getWriterConfig()
QueryResultWritergetWriterConfig in interface QueryResultWriterpublic Collection<RioSetting<?>> getSupportedSettings()
getSupportedSettings in interface QueryResultWriterRioSettings that are supported by this QueryResultWriter.protected boolean xsdStringToPlainLiteral()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.