public interface BooleanQueryResultWriter extends QueryResultWriter, BooleanQueryResultHandler
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
getBooleanQueryResultFormat()
Gets the query result format that this writer uses.
|
void |
write(boolean value)
Deprecated.
Use
QueryResultHandler.handleBoolean(boolean) instead. |
endHeader, getQueryResultFormat, getSupportedSettings, getWriterConfig, handleNamespace, handleStylesheet, setWriterConfig, startDocument, startHeader
endQueryResult, handleBoolean, handleLinks, handleSolution, startQueryResult
void write(boolean value) throws IOException
QueryResultHandler.handleBoolean(boolean)
instead.IOException
BooleanQueryResultFormat getBooleanQueryResultFormat()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.