slib.sglib.io.loader.rdf
Class SlibRdfHandler
java.lang.Object
slib.sglib.io.loader.rdf.SlibRdfHandler
- All Implemented Interfaces:
- org.openrdf.rio.RDFHandler
public class SlibRdfHandler
- extends Object
- implements org.openrdf.rio.RDFHandler
- Author:
- seb
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlibRdfHandler
public SlibRdfHandler(slib.sglib.model.graph.G g)
- Parameters:
g
-
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 prefix,
String uri)
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 st)
throws org.openrdf.rio.RDFHandlerException
- Specified by:
handleStatement
in interface org.openrdf.rio.RDFHandler
- Throws:
org.openrdf.rio.RDFHandlerException
handleComment
public void handleComment(String comment)
throws org.openrdf.rio.RDFHandlerException
- Specified by:
handleComment
in interface org.openrdf.rio.RDFHandler
- Throws:
org.openrdf.rio.RDFHandlerException
Copyright © 2013. All Rights Reserved.