Class SPARQLJSONParserBase
java.lang.Object
org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLJSONParserBase
- All Implemented Interfaces:
QueryResultParser
@Deprecated(since="2.0")
public abstract class SPARQLJSONParserBase
extends AbstractSPARQLJSONParser
Deprecated.
-
Field Summary
Fields inherited from class AbstractSPARQLJSONParser
BINDINGS, BNODE, BOOLEAN, DATATYPE, HEAD, LINK, LITERAL, RESULTS, TYPE, TYPED_LITERAL, URI, VALUE, VARS, XMLLANGFields inherited from class AbstractQueryResultParser
handler, valueFactory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSPARQLJSONParser
checkTripleType, getSupportedSettings, parseQueryResult, parseQueryResultInternal, parseTripleValue, parseValueMethods 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
getQueryResultFormat
-
Constructor Details
-
SPARQLJSONParserBase
public SPARQLJSONParserBase()Deprecated.
-
AbstractSPARQLJSONParserinstead.