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 AbstractQueryResultParser
handler, valueFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the query result format that this parser can parse.Methods inherited from class SPARQLResultsXMLParser
getQueryResultFormat, parse, parseQueryResult, setTupleQueryResultHandlerMethods inherited from class AbstractSPARQLXMLParser
error, fatalError, getCompulsoryXmlFeatureSettings, getCompulsoryXmlPropertySettings, getOptionalXmlFeatureSettings, getOptionalXmlPropertySettings, getSupportedSettings, parseQueryResultInternal, reportWarning, warningMethods inherited from class AbstractQueryResultParser
getParseErrorListener, getParseLocationListener, getParserConfig, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QueryResultParser
getParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactory
-
Constructor Details
-
SPARQLStarResultsXMLParser
public SPARQLStarResultsXMLParser() -
SPARQLStarResultsXMLParser
-
-
Method Details
-
getTupleQueryResultFormat
Description copied from interface:TupleQueryResultParserGets the query result format that this parser can parse.- Specified by:
getTupleQueryResultFormatin interfaceTupleQueryResultParser- Overrides:
getTupleQueryResultFormatin classSPARQLResultsXMLParser
-