com.github.jsonldjava.impl
Class SesameTripleCallback
java.lang.Object
com.github.jsonldjava.impl.SesameTripleCallback
- All Implemented Interfaces:
- JSONLDTripleCallback
public class SesameTripleCallback
- extends Object
- implements JSONLDTripleCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SesameTripleCallback
public SesameTripleCallback()
SesameTripleCallback
public SesameTripleCallback(org.openrdf.rio.RDFHandler nextHandler)
SesameTripleCallback
public SesameTripleCallback(org.openrdf.rio.RDFHandler nextHandler,
org.openrdf.model.ValueFactory vf)
SesameTripleCallback
public SesameTripleCallback(org.openrdf.rio.RDFHandler nextHandler,
org.openrdf.model.ValueFactory vf,
org.openrdf.rio.ParserConfig parserConfig,
org.openrdf.rio.ParseErrorListener parseErrorListener)
getParserErrorListener
public org.openrdf.rio.ParseErrorListener getParserErrorListener()
getHandler
public org.openrdf.rio.RDFHandler getHandler()
- Returns:
- the handler
setHandler
public void setHandler(org.openrdf.rio.RDFHandler handler)
- Parameters:
handler - the handler to set
getParserConfig
public org.openrdf.rio.ParserConfig getParserConfig()
- Returns:
- the parserConfig
setParserConfig
public void setParserConfig(org.openrdf.rio.ParserConfig parserConfig)
- Parameters:
parserConfig - the parserConfig to set
getValueFactory
public org.openrdf.model.ValueFactory getValueFactory()
- Returns:
- the vf
setValueFactory
public void setValueFactory(org.openrdf.model.ValueFactory vf)
- Parameters:
vf - the vf to set
call
public Object call(RDFDataset dataset)
- Specified by:
call in interface JSONLDTripleCallback
Copyright © 2013. All Rights Reserved.