org.openrdf.query.resultio.sparqlxml
Class SPARQLResultsXMLWriterFactory
java.lang.Object
org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory
- All Implemented Interfaces:
- TupleQueryResultWriterFactory
public class SPARQLResultsXMLWriterFactory
- extends Object
- implements TupleQueryResultWriterFactory
A TupleQueryResultWriterFactory for writers of SPARQL/XML tuple query
results.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPARQLResultsXMLWriterFactory
public SPARQLResultsXMLWriterFactory()
getTupleQueryResultFormat
public TupleQueryResultFormat getTupleQueryResultFormat()
- Returns
TupleQueryResultFormat.SPARQL.
- Specified by:
getTupleQueryResultFormat in interface TupleQueryResultWriterFactory
getWriter
public TupleQueryResultWriter getWriter(OutputStream out)
- Returns a new instance of
SPARQLResultsXMLWriter.
- Specified by:
getWriter in interface TupleQueryResultWriterFactory
- Parameters:
out - The OutputStream to write the result to.
Copyright © 2001-2007 Aduna. All Rights Reserved.