Class SPARQLBooleanJSONParser
- java.lang.Object
-
- org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
-
- org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
-
- org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParser
-
- All Implemented Interfaces:
BooleanQueryResultParser,QueryResultParser
public class SPARQLBooleanJSONParser extends AbstractSPARQLJSONParser implements BooleanQueryResultParser
Parser for SPARQL-1.1 JSON Results Format documents- Author:
- Peter Ansell
- See Also:
- SPARQL 1.1 Query Results JSON Format
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
BINDINGS, BNODE, BOOLEAN, DATATYPE, HEAD, LINK, LITERAL, RESULTS, TYPE, TYPED_LITERAL, URI, VALUE, VARS, XMLLANG
-
Fields inherited from class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
handler, valueFactory
-
-
Constructor Summary
Constructors Constructor Description SPARQLBooleanJSONParser()Default constructor.SPARQLBooleanJSONParser(org.eclipse.rdf4j.model.ValueFactory valueFactory)Construct a parser with a specificValueFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BooleanQueryResultFormatgetBooleanQueryResultFormat()QueryResultFormatgetQueryResultFormat()booleanparse(InputStream in)Deprecated.-
Methods inherited from class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
checkTripleType, getSupportedSettings, parseQueryResult, parseQueryResultInternal, parseTripleValue, parseValue
-
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, parseQueryResult, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactory
-
-
-
-
Constructor Detail
-
SPARQLBooleanJSONParser
public SPARQLBooleanJSONParser()
Default constructor.
-
SPARQLBooleanJSONParser
public SPARQLBooleanJSONParser(org.eclipse.rdf4j.model.ValueFactory valueFactory)
Construct a parser with a specificValueFactory.- Parameters:
valueFactory- The factory to use to create values.
-
-
Method Detail
-
getQueryResultFormat
public QueryResultFormat getQueryResultFormat()
- Specified by:
getQueryResultFormatin interfaceQueryResultParser
-
getBooleanQueryResultFormat
public BooleanQueryResultFormat getBooleanQueryResultFormat()
- Specified by:
getBooleanQueryResultFormatin interfaceBooleanQueryResultParser
-
parse
@Deprecated public boolean parse(InputStream in) throws IOException, QueryResultParseException
Deprecated.- Specified by:
parsein interfaceBooleanQueryResultParser- Throws:
IOExceptionQueryResultParseException
-
-