Class SPARQLStarResultsXMLParser
java.lang.Object
org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLStarResultsXMLParser
- All Implemented Interfaces:
QueryResultParser
,TupleQueryResultParser
,ErrorHandler
Parser for reading tuple query results formatted as SPARQL Results Documents, extended with support for RDF-star
triples
- Author:
- Jeen Broekstra
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
handler, valueFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the query result format that this parser can parse.Methods inherited from class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
getQueryResultFormat, parse, parseQueryResult, setTupleQueryResultHandler
Methods inherited from class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
error, fatalError, getCompulsoryXmlFeatureSettings, getCompulsoryXmlPropertySettings, getOptionalXmlFeatureSettings, getOptionalXmlPropertySettings, getSupportedSettings, parseQueryResultInternal, reportWarning, warning
Methods inherited from class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
getParseErrorListener, getParseLocationListener, getParserConfig, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.query.resultio.QueryResultParser
getParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactory
-
Constructor Details
-
SPARQLStarResultsXMLParser
public SPARQLStarResultsXMLParser() -
SPARQLStarResultsXMLParser
-
-
Method Details
-
getTupleQueryResultFormat
Description copied from interface:TupleQueryResultParser
Gets the query result format that this parser can parse.- Specified by:
getTupleQueryResultFormat
in interfaceTupleQueryResultParser
- Overrides:
getTupleQueryResultFormat
in classSPARQLResultsXMLParser
-