Class SPARQLBooleanXMLWriterFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriterFactory
- All Implemented Interfaces:
BooleanQueryResultWriterFactory
public class SPARQLBooleanXMLWriterFactory
extends Object
implements BooleanQueryResultWriterFactory
A
BooleanQueryResultWriterFactory
for writers of SPARQL/XML boolean query results.- Author:
- Arjohn Kampman
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturnsBooleanQueryResultFormat.SPARQL
.getWriter
(OutputStream out) Returns a new instance ofSPARQLBooleanXMLWriter
.
-
Constructor Details
-
SPARQLBooleanXMLWriterFactory
public SPARQLBooleanXMLWriterFactory()
-
-
Method Details
-
getBooleanQueryResultFormat
ReturnsBooleanQueryResultFormat.SPARQL
.- Specified by:
getBooleanQueryResultFormat
in interfaceBooleanQueryResultWriterFactory
-
getWriter
Returns a new instance ofSPARQLBooleanXMLWriter
.- Specified by:
getWriter
in interfaceBooleanQueryResultWriterFactory
- Parameters:
out
- The OutputStream to write the result to.
-