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, verifyDatapublic BigdataSPARQLResultsJSONParserForConstruct()
public BigdataSPARQLResultsJSONParserForConstruct(org.openrdf.model.ValueFactory vf)
public org.openrdf.rio.RDFFormat getRDFFormat()
getRDFFormat in interface org.openrdf.rio.RDFParserpublic void parse(InputStream in, String baseURI) throws IOException, org.openrdf.rio.RDFParseException, org.openrdf.rio.RDFHandlerException
parse in interface org.openrdf.rio.RDFParserIOExceptionorg.openrdf.rio.RDFParseExceptionorg.openrdf.rio.RDFHandlerExceptionpublic void parse(Reader reader, String baseURI) throws IOException, org.openrdf.rio.RDFParseException, org.openrdf.rio.RDFHandlerException
parse in interface org.openrdf.rio.RDFParserIOExceptionorg.openrdf.rio.RDFParseExceptionorg.openrdf.rio.RDFHandlerExceptionpublic void handleBoolean(boolean value)
throws org.openrdf.query.QueryResultHandlerException
handleBoolean in interface org.openrdf.query.QueryResultHandlerorg.openrdf.query.QueryResultHandlerExceptionpublic void handleLinks(List<String> linkUrls) throws org.openrdf.query.QueryResultHandlerException
handleLinks in interface org.openrdf.query.QueryResultHandlerorg.openrdf.query.QueryResultHandlerExceptionpublic void startQueryResult(List<String> bindingNames) throws org.openrdf.query.TupleQueryResultHandlerException
startQueryResult in interface org.openrdf.query.QueryResultHandlerorg.openrdf.query.TupleQueryResultHandlerExceptionpublic void endQueryResult()
throws org.openrdf.query.TupleQueryResultHandlerException
endQueryResult in interface org.openrdf.query.QueryResultHandlerorg.openrdf.query.TupleQueryResultHandlerExceptionpublic void handleSolution(org.openrdf.query.BindingSet bs)
throws org.openrdf.query.TupleQueryResultHandlerException
handleSolution in interface org.openrdf.query.QueryResultHandlerorg.openrdf.query.TupleQueryResultHandlerExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.