net.fortytwo.sesametools
Class SailWriter

java.lang.Object
  extended by 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


Nested Class Summary
static class SailWriter.Action
           
 
Constructor Summary
SailWriter(org.openrdf.sail.Sail sail, SailWriter.Action action)
           
 
Method Summary
 void endRDF()
           
 void finalize()
           
 void handleComment(String s)
           
 void handleNamespace(String s, String s1)
           
 void handleStatement(org.openrdf.model.Statement statement)
           
 void startRDF()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SailWriter

public SailWriter(org.openrdf.sail.Sail sail,
                  SailWriter.Action action)
Method Detail

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.