public class NQuadsWriter extends NTriplesWriter
N-Quads RDF format.writer, writingStartednamespaceTable| 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, writeValuegetWriterConfig, set, setWriterConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWriterConfig, set, setWriterConfigpublic NQuadsWriter(OutputStream outputStream)
public NQuadsWriter(Writer writer)
public RDFFormat getRDFFormat()
RDFWritergetRDFFormat in interface RDFWritergetRDFFormat in class NTriplesWriterpublic void handleStatement(Statement st) throws RDFHandlerException
RDFHandlerhandleStatement in interface RDFHandlerhandleStatement in class NTriplesWriterst - The statement.RDFHandlerException - If the RDF handler has encountered an unrecoverable error.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.