| Constructor and Description |
|---|
NQuadsWriter(OutputStream os) |
NQuadsWriter(Writer w) |
| Modifier and Type | Method and Description |
|---|---|
void |
endRDF() |
org.openrdf.rio.RDFFormat |
getRDFFormat() |
void |
handleComment(String comment) |
void |
handleNamespace(String ns,
String uri) |
void |
handleStatement(org.openrdf.model.Statement statement) |
void |
startRDF() |
public NQuadsWriter(OutputStream os)
public NQuadsWriter(Writer w)
public org.openrdf.rio.RDFFormat getRDFFormat()
getRDFFormat in interface org.openrdf.rio.RDFWriterpublic 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 handleNamespace(String ns, String uri) throws org.openrdf.rio.RDFHandlerException
handleNamespace in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleStatement(org.openrdf.model.Statement statement)
throws org.openrdf.rio.RDFHandlerException
handleStatement in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleComment(String comment) throws org.openrdf.rio.RDFHandlerException
handleComment in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.