Package org.eclipse.rdf4j.query.resultio
Class QueryResultWriterBase
- java.lang.Object
-
- org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
-
- org.eclipse.rdf4j.query.resultio.QueryResultWriterBase
-
- All Implemented Interfaces:
Sink
,QueryResultHandler
,QueryResultWriter
@Deprecated public abstract class QueryResultWriterBase extends AbstractQueryResultWriter
Deprecated.since 2.0. UseAbstractQueryResultWriter
instead.- Author:
- Jeen Broekstra
-
-
Constructor Summary
Constructors Constructor Description QueryResultWriterBase()
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
getFileFormat, getSupportedSettings, getWriterConfig, handleSolution, handleSolutionImpl, setWriterConfig, startQueryResult, xsdStringToPlainLiteral
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.QueryResultHandler
endQueryResult, handleBoolean, handleLinks
-
Methods inherited from interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
endHeader, getQueryResultFormat, handleNamespace, handleStylesheet, startDocument, startHeader
-
Methods inherited from interface org.eclipse.rdf4j.common.io.Sink
acceptsFileFormat
-
-