@Experimental public class SPARQLStarResultsXMLParserFactory extends Object implements TupleQueryResultParserFactory
TupleQueryResultParserFactory
for parsers of extended SPARQL/XML tuple query results:
TupleQueryResultFormat.SPARQL_STAR
Constructor and Description |
---|
SPARQLStarResultsXMLParserFactory() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultParser |
getParser()
Returns a new instance of
SPARQLStarResultsXMLParser . |
TupleQueryResultFormat |
getTupleQueryResultFormat()
Returns
TupleQueryResultFormat.SPARQL_STAR . |
public TupleQueryResultFormat getTupleQueryResultFormat()
TupleQueryResultFormat.SPARQL_STAR
.getTupleQueryResultFormat
in interface TupleQueryResultParserFactory
public TupleQueryResultParser getParser()
SPARQLStarResultsXMLParser
.getParser
in interface TupleQueryResultParserFactory
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.