public class BigdataSPARQLResultsJSONWriterForConstruct extends Object implements org.openrdf.rio.RDFWriter
Constructor and Description |
---|
BigdataSPARQLResultsJSONWriterForConstruct(OutputStream out) |
BigdataSPARQLResultsJSONWriterForConstruct(Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
endRDF() |
org.openrdf.rio.RDFFormat |
getRDFFormat() |
Collection<org.openrdf.rio.RioSetting<?>> |
getSupportedSettings() |
org.openrdf.rio.WriterConfig |
getWriterConfig() |
void |
handleComment(String comment) |
void |
handleNamespace(String prefix,
String uri) |
void |
handleStatement(org.openrdf.model.Statement st) |
void |
setWriterConfig(org.openrdf.rio.WriterConfig config) |
void |
startRDF() |
public BigdataSPARQLResultsJSONWriterForConstruct(Writer writer)
public BigdataSPARQLResultsJSONWriterForConstruct(OutputStream out)
public org.openrdf.rio.RDFFormat getRDFFormat()
getRDFFormat
in interface org.openrdf.rio.RDFWriter
public void startRDF() throws org.openrdf.rio.RDFHandlerException
startRDF
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void endRDF() throws org.openrdf.rio.RDFHandlerException
endRDF
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void handleNamespace(String prefix, String uri) throws org.openrdf.rio.RDFHandlerException
handleNamespace
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void handleStatement(org.openrdf.model.Statement st) throws org.openrdf.rio.RDFHandlerException
handleStatement
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void handleComment(String comment) throws org.openrdf.rio.RDFHandlerException
handleComment
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void setWriterConfig(org.openrdf.rio.WriterConfig config)
setWriterConfig
in interface org.openrdf.rio.RDFWriter
public org.openrdf.rio.WriterConfig getWriterConfig()
getWriterConfig
in interface org.openrdf.rio.RDFWriter
public Collection<org.openrdf.rio.RioSetting<?>> getSupportedSettings()
getSupportedSettings
in interface org.openrdf.rio.RDFWriter
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.