|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openrdf.rio.helpers.RDFParserBase
com.github.jsonldjava.impl.SesameJSONLDParser
public class SesameJSONLDParser
An RDFParser that links to SesameTripleCallback.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openrdf.rio.RDFParser |
|---|
org.openrdf.rio.RDFParser.DatatypeHandling |
| Field Summary |
|---|
| Fields inherited from class org.openrdf.rio.helpers.RDFParserBase |
|---|
rdfHandler, valueFactory |
| Constructor Summary | |
|---|---|
SesameJSONLDParser()
Default constructor |
|
SesameJSONLDParser(org.openrdf.model.ValueFactory valueFactory)
Creates a Sesame JSONLD Parser using the given ValueFactory to
create new Values. |
|
| Method Summary | |
|---|---|
org.openrdf.rio.RDFFormat |
getRDFFormat()
|
void |
parse(InputStream in,
String baseURI)
|
void |
parse(Reader reader,
String baseURI)
|
| Methods inherited from class org.openrdf.rio.helpers.RDFParserBase |
|---|
clear, clearBNodeIDMap, createBNode, createBNode, createLiteral, createStatement, createStatement, createURI, datatypeHandling, getNamespace, getParseErrorListener, getParseLocationListener, getParserConfig, getRDFHandler, getSupportedSettings, preserveBNodeIDs, reportError, reportError, reportError, reportFatalError, reportFatalError, reportFatalError, reportFatalError, reportLocation, reportWarning, reportWarning, resolveURI, setBaseURI, setBaseURI, setDatatypeHandling, setNamespace, setParseErrorListener, setParseLocationListener, setParserConfig, setPreserveBNodeIDs, setRDFHandler, setStopAtFirstError, setValueFactory, setVerifyData, stopAtFirstError, verifyData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openrdf.rio.RDFParser |
|---|
getParserConfig, getSupportedSettings, setDatatypeHandling, setParseErrorListener, setParseLocationListener, setParserConfig, setPreserveBNodeIDs, setRDFHandler, setStopAtFirstError, setValueFactory, setVerifyData |
| Constructor Detail |
|---|
public SesameJSONLDParser()
public SesameJSONLDParser(org.openrdf.model.ValueFactory valueFactory)
ValueFactory to
create new Values.
valueFactory - | Method Detail |
|---|
public org.openrdf.rio.RDFFormat getRDFFormat()
getRDFFormat in interface org.openrdf.rio.RDFParser
public void parse(InputStream in,
String baseURI)
throws IOException,
org.openrdf.rio.RDFParseException,
org.openrdf.rio.RDFHandlerException
parse in interface org.openrdf.rio.RDFParserIOException
org.openrdf.rio.RDFParseException
org.openrdf.rio.RDFHandlerException
public void parse(Reader reader,
String baseURI)
throws IOException,
org.openrdf.rio.RDFParseException,
org.openrdf.rio.RDFHandlerException
parse in interface org.openrdf.rio.RDFParserIOException
org.openrdf.rio.RDFParseException
org.openrdf.rio.RDFHandlerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||