Class SPARQLStarResultsXMLWriterFactory
- java.lang.Object
-
- org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLStarResultsXMLWriterFactory
-
- All Implemented Interfaces:
TupleQueryResultWriterFactory
@Experimental public class SPARQLStarResultsXMLWriterFactory extends Object implements TupleQueryResultWriterFactory
ATupleQueryResultWriterFactory
for writers of extended SPARQL/XML tuple query results:TupleQueryResultFormat.SPARQL_STAR
- Author:
- Jeen Broekstra
-
-
Constructor Summary
Constructors Constructor Description SPARQLStarResultsXMLWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TupleQueryResultFormat
getTupleQueryResultFormat()
ReturnsTupleQueryResultFormat.SPARQL_STAR
.TupleQueryResultWriter
getWriter(OutputStream out)
Returns a new instance ofSPARQLResultsXMLWriter
.
-
-
-
Method Detail
-
getTupleQueryResultFormat
public TupleQueryResultFormat getTupleQueryResultFormat()
ReturnsTupleQueryResultFormat.SPARQL_STAR
.- Specified by:
getTupleQueryResultFormat
in interfaceTupleQueryResultWriterFactory
-
getWriter
public TupleQueryResultWriter getWriter(OutputStream out)
Returns a new instance ofSPARQLResultsXMLWriter
.- Specified by:
getWriter
in interfaceTupleQueryResultWriterFactory
- Parameters:
out
- The OutputStream to write the result to.
-
-