public class SlibRdfHandler extends Object implements org.openrdf.rio.RDFHandler
Constructor and Description |
---|
SlibRdfHandler(G g) |
Modifier and Type | Method and Description |
---|---|
void |
endRDF() |
void |
handleComment(String comment) |
void |
handleNamespace(String prefix,
String uri) |
void |
handleStatement(org.openrdf.model.Statement st) |
void |
startRDF() |
public SlibRdfHandler(G g)
g
- public void startRDF() throws org.openrdf.rio.RDFHandlerException
startRDF
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void endRDF() throws org.openrdf.rio.RDFHandlerException
endRDF
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void handleNamespace(String prefix, String uri) throws org.openrdf.rio.RDFHandlerException
handleNamespace
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void handleStatement(org.openrdf.model.Statement st) throws org.openrdf.rio.RDFHandlerException
handleStatement
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void handleComment(String comment) throws org.openrdf.rio.RDFHandlerException
handleComment
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
Copyright © 2014. All rights reserved.