Uses of Interface
org.eclipse.rdf4j.rio.RDFParser
Packages that use RDFParser
Package
Description
Interfaces and classes for handling queries and query results.
The rdf4j SPARQL 1.1 parser.
Helper and utility classes for the
SailRepository
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF format.
Parser/writer for the HDT v1.0 format.
Provides helpers classes for Rio.
Parser/writer for the JSON-LD 1.1 format.
Parser/writer for the JSON-LD 1.0 format.
Writer for the Notation-3 (N3) format.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of RDFParser in org.eclipse.rdf4j.benchmark.rio
Methods in org.eclipse.rdf4j.benchmark.rio that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.benchmark.rio.impl
Methods in org.eclipse.rdf4j.benchmark.rio.impl that return RDFParserModifier and TypeMethodDescriptionBinaryParserBenchmark.getParser()
JSONLDParserBenchmark.getParser()
N3ParserBenchmark.getParser()
NQuadsParserBenchmark.getParser()
NTriplesParserBenchmark.getParser()
RDFJSONParserBenchmark.getParser()
TrigParserBenchmark.getParser()
TrixParserBenchmark.getParser()
TurtleParserBenchmark.getParser()
XMLParserBenchmark.getParser()
-
Uses of RDFParser in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type RDFParserModifier and TypeMethodDescriptionBackgroundResultExecutor.parse
(RDFParser parser, InputStream in, Charset charset, String baseURI, WeakReference<?> callerReference) -
Uses of RDFParser in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query with parameters of type RDFParserModifier and TypeMethodDescriptionstatic GraphQueryResult
QueryResults.parseGraphBackground
(InputStream in, String baseURI, RDFParser parser) Parses an RDF document and returns it as a GraphQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method will spawn a new thread in the background, it is vitally important that the resulting GraphQueryResult be closed consistently when it is no longer required, to prevent resource leaks. -
Uses of RDFParser in org.eclipse.rdf4j.query.impl
Constructors in org.eclipse.rdf4j.query.impl with parameters of type RDFParserModifierConstructorDescriptionBackgroundGraphResult
(QueueCursor<Statement> queue, RDFParser parser, InputStream in, Charset charset, String baseURI) BackgroundGraphResult
(RDFParser parser, InputStream in, Charset charset, String baseURI) -
Uses of RDFParser in org.eclipse.rdf4j.query.parser.sparql
Classes in org.eclipse.rdf4j.query.parser.sparql that implement RDFParserModifier and TypeClassDescriptionclass
An extension ofTriGStarParser
that processes data in the format specified in the SPARQL 1.1 grammar for Quad data (assuming no variables, as is the case for INSERT DATA and DELETE DATA operations). -
Uses of RDFParser in org.eclipse.rdf4j.repository.sail.helpers
Classes in org.eclipse.rdf4j.repository.sail.helpers that implement RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return RDFParserModifier and TypeMethodDescriptionstatic RDFParser
Rio.createParser
(RDFFormat format) Convenience methods for creating RDFParser objects.This method uses the registry returned byRDFParserRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate parser.static RDFParser
Rio.createParser
(RDFFormat format, ValueFactory valueFactory) Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.RDFParserFactory.getParser()
Returns a RDFParser instance.<T> RDFParser
RDFParser.set
(RioSetting<T> setting, T value) Set a setting on the parser, and return this parser object to allow chaining.RDFParser.setParseErrorListener
(ParseErrorListener el) Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.RDFParser.setParseLocationListener
(ParseLocationListener ll) Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.RDFParser.setParserConfig
(ParserConfig config) Sets all supplied parser configuration options.RDFParser.setRDFHandler
(RDFHandler handler) Sets the RDFHandler that will handle the parsed RDF data.RDFParser.setValueFactory
(ValueFactory valueFactory) Sets the ValueFactory that the parser will use to create Value objects for the parsed RDF data. -
Uses of RDFParser in org.eclipse.rdf4j.rio.binary
Classes in org.eclipse.rdf4j.rio.binary that implement RDFParserMethods in org.eclipse.rdf4j.rio.binary that return RDFParserModifier and TypeMethodDescriptionBinaryRDFParserFactory.getParser()
Returns a new instance ofBinaryRDFParser
. -
Uses of RDFParser in org.eclipse.rdf4j.rio.hdt
Classes in org.eclipse.rdf4j.rio.hdt that implement RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.helpers
Classes in org.eclipse.rdf4j.rio.helpers that implement RDFParserModifier and TypeClassDescriptionclass
Base class forRDFParser
s offering common functionality for RDF parsers.class
Base class for Rio parsers that are based on a SAXXMLReader
.Methods in org.eclipse.rdf4j.rio.helpers that return RDFParserModifier and TypeMethodDescription<T> RDFParser
AbstractRDFParser.set
(RioSetting<T> setting, T value) AbstractRDFParser.setParseErrorListener
(ParseErrorListener el) AbstractRDFParser.setParseLocationListener
(ParseLocationListener el) AbstractRDFParser.setParserConfig
(ParserConfig config) AbstractRDFParser.setRDFHandler
(RDFHandler handler) AbstractRDFParser.setValueFactory
(ValueFactory valueFactory) -
Uses of RDFParser in org.eclipse.rdf4j.rio.jsonld
Classes in org.eclipse.rdf4j.rio.jsonld that implement RDFParserMethods in org.eclipse.rdf4j.rio.jsonld that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.jsonld.legacy
Classes in org.eclipse.rdf4j.rio.jsonld.legacy that implement RDFParserMethods in org.eclipse.rdf4j.rio.jsonld.legacy that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.n3
Classes in org.eclipse.rdf4j.rio.n3 that implement RDFParserMethods in org.eclipse.rdf4j.rio.n3 that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.ndjsonld
Classes in org.eclipse.rdf4j.rio.ndjsonld that implement RDFParserModifier and TypeClassDescriptionclass
Introduce a parser capable of parsing Newline Delimited JSON-LD, where each line is a serialized JSON-LD record.Methods in org.eclipse.rdf4j.rio.ndjsonld that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.ndjsonld.legacy
Classes in org.eclipse.rdf4j.rio.ndjsonld.legacy that implement RDFParserModifier and TypeClassDescriptionclass
Introduce a parser capable of parsing Newline Delimited JSON-LD, where each line is a serialized JSON-LD record.Methods in org.eclipse.rdf4j.rio.ndjsonld.legacy that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.nquads
Classes in org.eclipse.rdf4j.rio.nquads that implement RDFParserModifier and TypeClassDescriptionclass
RDF parser implementation for theN-Quads
RDF format, extending the Rio N-Triples parser.Methods in org.eclipse.rdf4j.rio.nquads that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.ntriples
Classes in org.eclipse.rdf4j.rio.ntriples that implement RDFParserMethods in org.eclipse.rdf4j.rio.ntriples that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.rdfjson
Classes in org.eclipse.rdf4j.rio.rdfjson that implement RDFParserMethods in org.eclipse.rdf4j.rio.rdfjson that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.rdfxml
Classes in org.eclipse.rdf4j.rio.rdfxml that implement RDFParserMethods in org.eclipse.rdf4j.rio.rdfxml that return RDFParser -
Uses of RDFParser in org.eclipse.rdf4j.rio.trig
Classes in org.eclipse.rdf4j.rio.trig that implement RDFParserMethods in org.eclipse.rdf4j.rio.trig that return RDFParserModifier and TypeMethodDescriptionTriGParserFactory.getParser()
Returns a new instance ofTriGParser
. -
Uses of RDFParser in org.eclipse.rdf4j.rio.trigstar
Classes in org.eclipse.rdf4j.rio.trigstar that implement RDFParserModifier and TypeClassDescriptionclass
RDF parser for TriG-star (an extension of TriG that adds RDF-star support).Methods in org.eclipse.rdf4j.rio.trigstar that return RDFParserModifier and TypeMethodDescriptionTriGStarParserFactory.getParser()
Returns a new instance ofTriGStarParser
. -
Uses of RDFParser in org.eclipse.rdf4j.rio.trix
Classes in org.eclipse.rdf4j.rio.trix that implement RDFParserModifier and TypeClassDescriptionclass
A parser that can parse RDF files that are in the TriX format .Methods in org.eclipse.rdf4j.rio.trix that return RDFParserModifier and TypeMethodDescriptionTriXParserFactory.getParser()
Returns a new instance ofTriXParser
. -
Uses of RDFParser in org.eclipse.rdf4j.rio.turtle
Classes in org.eclipse.rdf4j.rio.turtle that implement RDFParserMethods in org.eclipse.rdf4j.rio.turtle that return RDFParserModifier and TypeMethodDescriptionTurtleParserFactory.getParser()
Returns a new instance ofTurtleParser
. -
Uses of RDFParser in org.eclipse.rdf4j.rio.turtlestar
Classes in org.eclipse.rdf4j.rio.turtlestar that implement RDFParserModifier and TypeClassDescriptionclass
RDF parser for Turtle-star (an extension of Turtle that adds RDF-star support).Methods in org.eclipse.rdf4j.rio.turtlestar that return RDFParserModifier and TypeMethodDescriptionTurtleStarParserFactory.getParser()
Returns a new instance ofTurtleStarParser
. -
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio
Constructors in org.eclipse.rdf4j.testsuite.rio with parameters of type RDFParserModifierConstructorDescriptionNegativeParserTest
(IRI testUri, String caseURI, String inputURL, String baseURL, RDFParser targetParser, FailureMode failureMode) PositiveParserTest
(IRI testUri, String testName, String inputURL, String outputURL, String baseURL, RDFParser targetParser, RDFParser ntriplesParser) -
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio.n3
Methods in org.eclipse.rdf4j.testsuite.rio.n3 that return RDFParserModifier and TypeMethodDescriptionprotected abstract RDFParser
N3ParserTestCase.createRDFParser()
-
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio.nquads
Methods in org.eclipse.rdf4j.testsuite.rio.nquads that return RDFParserModifier and TypeMethodDescriptionprotected abstract RDFParser
AbstractNQuadsParserTest.createRDFParser()
-
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio.ntriples
Methods in org.eclipse.rdf4j.testsuite.rio.ntriples that return RDFParserModifier and TypeMethodDescriptionprotected abstract RDFParser
AbstractNTriplesParserTest.createRDFParser()
-
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio.rdfjson
Methods in org.eclipse.rdf4j.testsuite.rio.rdfjson that return RDFParserModifier and TypeMethodDescriptionprotected abstract RDFParser
RDFJSONParserTestCase.createRDFParser()
-
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio.rdfxml
Methods in org.eclipse.rdf4j.testsuite.rio.rdfxml that return RDFParserModifier and TypeMethodDescriptionprotected abstract RDFParser
RDFXMLParserTestCase.createRDFParser()
-
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio.trig
Methods in org.eclipse.rdf4j.testsuite.rio.trig that return RDFParserModifier and TypeMethodDescriptionprotected abstract RDFParser
TriGParserTestCase.createNQuadsParser()
protected abstract RDFParser
TriGParserTestCase.createTriGParser()
-
Uses of RDFParser in org.eclipse.rdf4j.testsuite.rio.turtle
Methods in org.eclipse.rdf4j.testsuite.rio.turtle that return RDFParserModifier and TypeMethodDescriptionprotected abstract RDFParser
TurtleParserTestCase.createNTriplesParser()
protected abstract RDFParser
TurtleParserTestCase.createTurtleParser()
SPARQLUpdateDataBlockParser
instead.