public class BigdataSPARQLResultsJSONParserForConstruct
extends org.openrdf.rio.helpers.RDFParserBase
implements org.openrdf.rio.RDFParser, org.openrdf.query.TupleQueryResultHandler
Constructor and Description |
---|
BigdataSPARQLResultsJSONParserForConstruct() |
BigdataSPARQLResultsJSONParserForConstruct(org.openrdf.model.ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
void |
endQueryResult() |
org.openrdf.rio.RDFFormat |
getRDFFormat() |
void |
handleBoolean(boolean value) |
void |
handleLinks(List<String> linkUrls) |
void |
handleSolution(org.openrdf.query.BindingSet bs) |
void |
parse(InputStream in,
String baseURI) |
void |
parse(Reader reader,
String baseURI) |
void |
startQueryResult(List<String> bindingNames) |
clear, clearBNodeIDMap, createBNode, createBNode, createLiteral, createLiteral, createStatement, createStatement, createURI, datatypeHandling, getNamespace, getParseErrorListener, getParseLocationListener, getParserConfig, getRDFHandler, getSupportedSettings, preserveBNodeIDs, reportError, reportError, reportError, reportFatalError, reportFatalError, reportFatalError, reportFatalError, reportLocation, reportWarning, reportWarning, resolveURI, setBaseURI, setBaseURI, setDatatypeHandling, setNamespace, setParseErrorListener, setParseLocationListener, setParserConfig, setPreserveBNodeIDs, setRDFHandler, setStopAtFirstError, setValueFactory, setVerifyData, stopAtFirstError, verifyData
public BigdataSPARQLResultsJSONParserForConstruct()
public BigdataSPARQLResultsJSONParserForConstruct(org.openrdf.model.ValueFactory vf)
public org.openrdf.rio.RDFFormat getRDFFormat()
getRDFFormat
in interface org.openrdf.rio.RDFParser
public void parse(InputStream in, String baseURI) throws IOException, org.openrdf.rio.RDFParseException, org.openrdf.rio.RDFHandlerException
parse
in interface org.openrdf.rio.RDFParser
IOException
org.openrdf.rio.RDFParseException
org.openrdf.rio.RDFHandlerException
public void parse(Reader reader, String baseURI) throws IOException, org.openrdf.rio.RDFParseException, org.openrdf.rio.RDFHandlerException
parse
in interface org.openrdf.rio.RDFParser
IOException
org.openrdf.rio.RDFParseException
org.openrdf.rio.RDFHandlerException
public void handleBoolean(boolean value) throws org.openrdf.query.QueryResultHandlerException
handleBoolean
in interface org.openrdf.query.QueryResultHandler
org.openrdf.query.QueryResultHandlerException
public void handleLinks(List<String> linkUrls) throws org.openrdf.query.QueryResultHandlerException
handleLinks
in interface org.openrdf.query.QueryResultHandler
org.openrdf.query.QueryResultHandlerException
public void startQueryResult(List<String> bindingNames) throws org.openrdf.query.TupleQueryResultHandlerException
startQueryResult
in interface org.openrdf.query.QueryResultHandler
org.openrdf.query.TupleQueryResultHandlerException
public void endQueryResult() throws org.openrdf.query.TupleQueryResultHandlerException
endQueryResult
in interface org.openrdf.query.QueryResultHandler
org.openrdf.query.TupleQueryResultHandlerException
public void handleSolution(org.openrdf.query.BindingSet bs) throws org.openrdf.query.TupleQueryResultHandlerException
handleSolution
in interface org.openrdf.query.QueryResultHandler
org.openrdf.query.TupleQueryResultHandlerException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.