public class SesameJSONLDWriter
extends org.openrdf.rio.helpers.RDFWriterBase
implements org.openrdf.rio.RDFWriter
| Constructor and Description |
|---|
SesameJSONLDWriter(java.io.OutputStream outputStream)
Create a SesameJSONLDWriter using a
OutputStream |
SesameJSONLDWriter(java.io.Writer writer)
Create a SesameJSONLDWriter using a
Writer |
| Modifier and Type | Method and Description |
|---|---|
void |
endRDF() |
org.openrdf.rio.RDFFormat |
getRDFFormat() |
void |
handleComment(java.lang.String comment) |
void |
handleNamespace(java.lang.String prefix,
java.lang.String uri) |
void |
handleStatement(org.openrdf.model.Statement st) |
void |
startRDF() |
getSupportedSettings, getWriterConfig, setWriterConfigpublic SesameJSONLDWriter(java.io.OutputStream outputStream)
OutputStreamoutputStream - The OutputStream to write to.public SesameJSONLDWriter(java.io.Writer writer)
Writerwriter - The Writer to write to.public void handleNamespace(java.lang.String prefix,
java.lang.String uri)
throws org.openrdf.rio.RDFHandlerException
handleNamespace in interface org.openrdf.rio.RDFHandlerhandleNamespace in class org.openrdf.rio.helpers.RDFWriterBaseorg.openrdf.rio.RDFHandlerExceptionpublic void startRDF()
throws org.openrdf.rio.RDFHandlerException
startRDF in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void endRDF()
throws org.openrdf.rio.RDFHandlerException
endRDF in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleStatement(org.openrdf.model.Statement st)
throws org.openrdf.rio.RDFHandlerException
handleStatement in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleComment(java.lang.String comment)
throws org.openrdf.rio.RDFHandlerException
handleComment in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic org.openrdf.rio.RDFFormat getRDFFormat()
getRDFFormat in interface org.openrdf.rio.RDFWriterCopyright © 2014. All Rights Reserved.