public class SPARQLBooleanXMLWriterFactory extends Object implements BooleanQueryResultWriterFactory
BooleanQueryResultWriterFactory
for writers of SPARQL/XML boolean query results.Constructor and Description |
---|
SPARQLBooleanXMLWriterFactory() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
getBooleanQueryResultFormat()
Returns
BooleanQueryResultFormat.SPARQL . |
BooleanQueryResultWriter |
getWriter(OutputStream out)
Returns a new instance of
SPARQLBooleanXMLWriter . |
public BooleanQueryResultFormat getBooleanQueryResultFormat()
BooleanQueryResultFormat.SPARQL
.getBooleanQueryResultFormat
in interface BooleanQueryResultWriterFactory
public BooleanQueryResultWriter getWriter(OutputStream out)
SPARQLBooleanXMLWriter
.getWriter
in interface BooleanQueryResultWriterFactory
out
- The OutputStream to write the result to.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.