net.fortytwo.sesametools
Class SailWriter
java.lang.Object
net.fortytwo.sesametools.SailWriter
- All Implemented Interfaces:
- org.openrdf.rio.RDFHandler
public class SailWriter
- extends Object
- implements org.openrdf.rio.RDFHandler
Author: josh
Date: Jul 8, 2008
Time: 11:34:28 AM
SailWriter
public SailWriter(org.openrdf.sail.Sail sail,
SailWriter.Action action)
finalize
public void finalize()
throws Throwable
- Overrides:
finalize in class Object
- Throws:
Throwable
startRDF
public void startRDF()
throws org.openrdf.rio.RDFHandlerException
- Specified by:
startRDF in interface org.openrdf.rio.RDFHandler
- Throws:
org.openrdf.rio.RDFHandlerException
endRDF
public void endRDF()
throws org.openrdf.rio.RDFHandlerException
- Specified by:
endRDF in interface org.openrdf.rio.RDFHandler
- Throws:
org.openrdf.rio.RDFHandlerException
handleNamespace
public void handleNamespace(String s,
String s1)
throws org.openrdf.rio.RDFHandlerException
- Specified by:
handleNamespace in interface org.openrdf.rio.RDFHandler
- Throws:
org.openrdf.rio.RDFHandlerException
handleStatement
public void handleStatement(org.openrdf.model.Statement statement)
throws org.openrdf.rio.RDFHandlerException
- Specified by:
handleStatement in interface org.openrdf.rio.RDFHandler
- Throws:
org.openrdf.rio.RDFHandlerException
handleComment
public void handleComment(String s)
throws org.openrdf.rio.RDFHandlerException
- Specified by:
handleComment in interface org.openrdf.rio.RDFHandler
- Throws:
org.openrdf.rio.RDFHandlerException
Copyright © 2013. All Rights Reserved.