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