public class JSONLDParser extends AbstractRDFParser implements RDFParser
RDFParser that links to JSONLDInternalTripleCallback.RDFParser.DatatypeHandlingrdfHandler, valueFactory| Constructor and Description |
|---|
JSONLDParser()
Default constructor
|
JSONLDParser(ValueFactory valueFactory)
Creates a Sesame JSONLD Parser using the given
ValueFactory to create new Values. |
| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat() |
Collection<RioSetting<?>> |
getSupportedSettings() |
void |
parse(InputStream in,
String baseURI) |
void |
parse(Reader reader,
String baseURI) |
clear, clearBNodeIDMap, createBNode, createBNode, createLiteral, createLiteral, createNode, createNode, createStatement, createStatement, createURI, datatypeHandling, getNamespace, getParseErrorListener, getParseLocationListener, getParserConfig, getRDFHandler, initializeNamespaceTableFromConfiguration, preserveBNodeIDs, reportError, reportError, reportError, reportError, reportError, reportFatalError, reportFatalError, reportFatalError, reportFatalError, reportFatalError, reportLocation, reportWarning, reportWarning, resolveURI, set, setBaseURI, setBaseURI, setDatatypeHandling, setNamespace, setParseErrorListener, setParseLocationListener, setParserConfig, setPreserveBNodeIDs, setRDFHandler, setStopAtFirstError, setValueFactory, setVerifyData, stopAtFirstError, verifyDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParserConfig, set, setDatatypeHandling, setParseErrorListener, setParseLocationListener, setParserConfig, setPreserveBNodeIDs, setRDFHandler, setStopAtFirstError, setValueFactory, setVerifyDatapublic JSONLDParser()
public JSONLDParser(ValueFactory valueFactory)
ValueFactory to create new Values.valueFactory - The ValueFactory to usepublic RDFFormat getRDFFormat()
getRDFFormat in interface RDFParserpublic Collection<RioSetting<?>> getSupportedSettings()
getSupportedSettings in interface RDFParsergetSupportedSettings in class AbstractRDFParserpublic void parse(InputStream in, String baseURI) throws IOException, RDFParseException, RDFHandlerException
parse in interface RDFParserIOExceptionRDFParseExceptionRDFHandlerExceptionpublic void parse(Reader reader, String baseURI) throws IOException, RDFParseException, RDFHandlerException
parse in interface RDFParserIOExceptionRDFParseExceptionRDFHandlerExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.