org.openrdf.query.resultio.text.csv
Class SPARQLResultsCSVParserFactory
java.lang.Object
org.openrdf.query.resultio.text.csv.SPARQLResultsCSVParserFactory
- All Implemented Interfaces:
- TupleQueryResultParserFactory
public class SPARQLResultsCSVParserFactory
- extends Object
- implements TupleQueryResultParserFactory
A TupleQueryResultParserFactory for SPARQL CSV result
parsers.
- Author:
- Jeen Broekstra
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPARQLResultsCSVParserFactory
public SPARQLResultsCSVParserFactory()
getTupleQueryResultFormat
public TupleQueryResultFormat getTupleQueryResultFormat()
- Returns
TupleQueryResultFormat.CSV.
- Specified by:
getTupleQueryResultFormat in interface TupleQueryResultParserFactory
getParser
public TupleQueryResultParser getParser()
- Returns a new instance of SPARQLResultsCSVParser.
- Specified by:
getParser in interface TupleQueryResultParserFactory
Copyright © 2001-2012 Aduna. All Rights Reserved.