public class NTriplesWriter extends RDFWriterBase implements RDFWriter
| Modifier and Type | Field and Description |
|---|---|
protected Writer |
writer |
protected boolean |
writingStarted |
namespaceTable| Constructor and Description |
|---|
NTriplesWriter(OutputStream out)
Creates a new NTriplesWriter that will write to the supplied OutputStream.
|
NTriplesWriter(Writer writer)
Creates a new NTriplesWriter that will write to the supplied Writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endRDF() |
RDFFormat |
getRDFFormat() |
void |
handleComment(String comment) |
void |
handleNamespace(String prefix,
String name) |
void |
handleStatement(Statement st) |
void |
startRDF() |
getSupportedSettings, getWriterConfig, setWriterConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedSettings, getWriterConfig, setWriterConfigprotected final Writer writer
protected boolean writingStarted
public NTriplesWriter(OutputStream out)
out - The OutputStream to write the N-Triples document to.public NTriplesWriter(Writer writer)
writer - The Writer to write the N-Triples document to.public RDFFormat getRDFFormat()
getRDFFormat in interface RDFWriterpublic void startRDF()
throws RDFHandlerException
startRDF in interface RDFHandlerRDFHandlerExceptionpublic void endRDF()
throws RDFHandlerException
endRDF in interface RDFHandlerRDFHandlerExceptionpublic void handleNamespace(String prefix, String name)
handleNamespace in interface RDFHandlerhandleNamespace in class RDFWriterBasepublic void handleStatement(Statement st) throws RDFHandlerException
handleStatement in interface RDFHandlerRDFHandlerExceptionpublic void handleComment(String comment) throws RDFHandlerException
handleComment in interface RDFHandlerRDFHandlerExceptionCopyright © 2001-2015 Aduna. All Rights Reserved.