org.openrdf.query.resultio.sparqlxml
Class SPARQLResultsXMLParserFactory
java.lang.Object
org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
- All Implemented Interfaces:
- TupleQueryResultParserFactory
public class SPARQLResultsXMLParserFactory
- extends Object
- implements TupleQueryResultParserFactory
A TupleQueryResultParserFactory for parsers 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 |
SPARQLResultsXMLParserFactory
public SPARQLResultsXMLParserFactory()
getTupleQueryResultFormat
public TupleQueryResultFormat getTupleQueryResultFormat()
- Returns
TupleQueryResultFormat.SPARQL.
- Specified by:
getTupleQueryResultFormat in interface TupleQueryResultParserFactory
getParser
public TupleQueryResultParser getParser()
- Returns a new instance of
SPARQLResultsXMLParser.
- Specified by:
getParser in interface TupleQueryResultParserFactory
Copyright © 2001-2008 Aduna. All Rights Reserved.