public class TQLParser
extends org.openrdf.rio.helpers.RDFParserBase
| Constructor and Description |
|---|
TQLParser()
Creates a new TQLParser that will use a
ValueFactoryImpl to create RDF model
objects. |
TQLParser(org.openrdf.model.ValueFactory valueFactory)
Creates a new TQLParser that will use the supplied ValueFactory to create RDF model
objects.
|
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.rio.RDFFormat |
getRDFFormat() |
void |
parse(InputStream stream,
String baseURI) |
void |
parse(Reader reader,
String baseURI) |
clear, clearBNodeIDMap, createBNode, createBNode, createLiteral, createLiteral, createStatement, createStatement, createURI, datatypeHandling, getNamespace, getParseErrorListener, getParseLocationListener, getParserConfig, getRDFHandler, getSupportedSettings, initializeNamespaceTableFromConfiguration, 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, verifyDatapublic TQLParser()
ValueFactoryImpl to create RDF model
objects.public TQLParser(org.openrdf.model.ValueFactory valueFactory)
valueFactory - the ValueFactory to usepublic org.openrdf.rio.RDFFormat getRDFFormat()
public void parse(InputStream stream, String baseURI) throws IOException, org.openrdf.rio.RDFParseException, org.openrdf.rio.RDFHandlerException
IOExceptionorg.openrdf.rio.RDFParseExceptionorg.openrdf.rio.RDFHandlerExceptionpublic void parse(Reader reader, String baseURI) throws IOException, org.openrdf.rio.RDFParseException, org.openrdf.rio.RDFHandlerException
IOExceptionorg.openrdf.rio.RDFParseExceptionorg.openrdf.rio.RDFHandlerExceptionCopyright © 2015–2016 FBK-irst. All rights reserved.