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, verifyData
public 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
IOException
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
IOException
org.openrdf.rio.RDFParseException
org.openrdf.rio.RDFHandlerException
Copyright © 2015–2016 FBK-irst. All rights reserved.