public class QueryEngineAdder extends Object implements org.openrdf.rio.RDFHandler
| Constructor and Description |
|---|
QueryEngineAdder(QueryEngine queryEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
endRDF() |
void |
handleComment(String s) |
void |
handleNamespace(String s,
String s1) |
void |
handleStatement(org.openrdf.model.Statement s) |
void |
startRDF() |
public QueryEngineAdder(QueryEngine queryEngine)
public 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 s, String s1) throws org.openrdf.rio.RDFHandlerException
handleNamespace in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleStatement(org.openrdf.model.Statement s)
throws org.openrdf.rio.RDFHandlerException
handleStatement in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleComment(String s) throws org.openrdf.rio.RDFHandlerException
handleComment in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionCopyright © 2014. All Rights Reserved.