public class NQuadsWriter extends NTriplesWriter
N-Quads
RDF format.writer, writingStarted
namespaceTable
Constructor and Description |
---|
NQuadsWriter(OutputStream outputStream) |
NQuadsWriter(Writer writer) |
Modifier and Type | Method and Description |
---|---|
RDFFormat |
getRDFFormat()
Gets the RDF format that this RDFWriter uses.
|
void |
handleStatement(Statement st)
Handles a statement.
|
endRDF, getSupportedSettings, handleComment, handleNamespace, startRDF, writeValue
getWriterConfig, set, setWriterConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWriterConfig, set, setWriterConfig
public NQuadsWriter(OutputStream outputStream)
public NQuadsWriter(Writer writer)
public RDFFormat getRDFFormat()
RDFWriter
getRDFFormat
in interface RDFWriter
getRDFFormat
in class NTriplesWriter
public void handleStatement(Statement st) throws RDFHandlerException
RDFHandler
handleStatement
in interface RDFHandler
handleStatement
in class NTriplesWriter
st
- The statement.RDFHandlerException
- If the RDF handler has encountered an unrecoverable error.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.