Uses of Interface
org.eclipse.rdf4j.rio.RDFHandler
Packages that use RDFHandler
Package
Description
A command line console tool for querying and updating local or remote RDF4J repositories.
Interfaces and classes for handling queries and query results.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepository
A
Repository
that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF 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.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Rdf4j-Spring OperationLog
-
Uses of RDFHandler in org.eclipse.rdf4j.benchmark.rio.util
Classes in org.eclipse.rdf4j.benchmark.rio.util that implement RDFHandlerModifier and TypeClassDescriptionclass
Empty RDF Handler that provides aStatement
consumer that can be used with JMH BlackHole to avoid JVM (JIT Compiler) optimizationsMethods in org.eclipse.rdf4j.benchmark.rio.util with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
DataSetGenerator.generateStatements
(RDFHandler handler, int percentBNodes, int percentLiterals, int textMinLength, int textMaxLength, int totalStatements, boolean isTextOnly, boolean withContext) -
Uses of RDFHandler in org.eclipse.rdf4j.console
Classes in org.eclipse.rdf4j.console that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.console.util
Classes in org.eclipse.rdf4j.console.util that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.federated.endpoint
Classes in org.eclipse.rdf4j.federated.endpoint that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.federated.structures
Methods in org.eclipse.rdf4j.federated.structures with parameters of type RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type RDFHandlerModifier and TypeMethodDescriptionprotected void
SPARQLProtocolSession.getRDF
(org.apache.http.client.methods.HttpUriRequest method, RDFHandler handler, boolean requireContext) Parse the response in this thread using the providedRDFHandler
.void
RDF4JProtocolSession.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) void
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings) void
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings) -
Uses of RDFHandler in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
GraphQuery.evaluate
(RDFHandler handler) static void
QueryResults.report
(GraphQueryResult graphQueryResult, RDFHandler rdfHandler) Reports a graph query result to anRDFHandler
. -
Uses of RDFHandler in org.eclipse.rdf4j.query.dawg
Classes in org.eclipse.rdf4j.query.dawg that implement RDFHandlerConstructors in org.eclipse.rdf4j.query.dawg with parameters of type RDFHandlerModifierConstructorDescriptionDAWGTestResultSetWriter
(RDFHandler rdfHandler) DAWGTestResultSetWriter
(RDFHandler rdfHandler, ValueFactory vf) -
Uses of RDFHandler in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement RDFHandlerModifier and TypeClassDescriptionclass
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads. -
Uses of RDFHandler in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
RepositoryConnection.export
(RDFHandler handler, Resource... contexts) Exports all explicit statements in the specified contexts to the supplied RDFHandler.void
RepositoryConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts. -
Uses of RDFHandler in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
AbstractRepositoryConnection.export
(RDFHandler handler, Resource... contexts) void
RepositoryConnectionWrapper.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) protected void
RepositoryConnectionWrapper.exportStatements
(RepositoryResult<Statement> stIter, RDFHandler handler) Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler. -
Uses of RDFHandler in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
ContextAwareConnection.export
(RDFHandler handler, Resource... contexts) void
ContextAwareConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) void
ContextAwareConnection.exportStatements
(Resource subj, IRI pred, Value obj, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts. -
Uses of RDFHandler in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http with parameters of type RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
SailGraphQuery.evaluate
(RDFHandler handler) void
SailRepositoryConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of RDFHandler in org.eclipse.rdf4j.repository.sail.helpers
Classes in org.eclipse.rdf4j.repository.sail.helpers that implement RDFHandlerModifier and TypeClassDescriptionclass
An RDFHandler that adds RDF data to a sail. -
Uses of RDFHandler in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
SPARQLConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of RDFHandler in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query with parameters of type RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.repository.util
Classes in org.eclipse.rdf4j.repository.util that implement RDFHandlerModifier and TypeClassDescriptionclass
An RDFHandler that adds RDF data to some RDF sink.class
An RDFHandler that adds RDF data to a repository.class
An RDFHandler that removes RDF data from a repository.Methods in org.eclipse.rdf4j.repository.util with parameters of type RDFHandlerModifier and TypeMethodDescriptionstatic void
Repositories.graphQuery
(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenRDFHandler
.static void
Repositories.graphQueryNoTransaction
(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenRDFHandler
.void
RDFLoader.load
(File file, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from the specified file to the given RDFHandler.void
RDFLoader.load
(InputStream in, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from an InputStream to the RDFHandler.void
RDFLoader.load
(Reader reader, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from a Reader to the RDFHandler.void
RDFLoader.load
(URL url, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses the RDF data that can be found at the specified URL to the RDFHandler. -
Uses of RDFHandler in org.eclipse.rdf4j.rio
Subinterfaces of RDFHandler in org.eclipse.rdf4j.rioMethods in org.eclipse.rdf4j.rio with parameters of type RDFHandlerModifier and TypeMethodDescriptionRDFParser.setRDFHandler
(RDFHandler handler) Sets the RDFHandler that will handle the parsed RDF data.static void
Rio.write
(Iterable<Statement> model, RDFHandler writer) Writes the given statements to the givenRDFHandler
.static void
Rio.write
(Statement statement, RDFHandler writer) Writes the given single statement to the givenRDFHandler
. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.binary
Classes in org.eclipse.rdf4j.rio.binary that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.rio.helpers
Classes in org.eclipse.rdf4j.rio.helpers that implement RDFHandlerModifier and TypeClassDescriptionclass
Base class forRDFHandler
s with dummy implementations of all methods.class
Base class forRDFWriter
s offering common functionality for RDF writers.class
AnRDFHandlerWrapper
that buffers statements internally and passes them to underlying handlers grouped by context, then subject, then predicate.class
A RDFHandler that can be used to collect reported statements in collections.class
Convenience base class for RDF handlers that wrap one or more other RDF handler.class
A RDFHandler that can be used to collect reported statements in collections.class
Fields in org.eclipse.rdf4j.rio.helpers declared as RDFHandlerModifier and TypeFieldDescriptionprotected RDFHandler
AbstractRDFParser.rdfHandler
The RDFHandler that will handle the parsed RDF.Methods in org.eclipse.rdf4j.rio.helpers that return RDFHandlerMethods in org.eclipse.rdf4j.rio.helpers with parameters of type RDFHandlerConstructors in org.eclipse.rdf4j.rio.helpers with parameters of type RDFHandlerModifierConstructorDescriptionBufferedGroupingRDFHandler
(int bufferSize, RDFHandler... handlers) Creates a new BufferedGroupedWriter that wraps the supplied handlers, using the supplied buffer size.BufferedGroupingRDFHandler
(RDFHandler... handlers) Creates a new BufferedGroupedWriter that wraps the supplied handlers, using the default buffer size.RDFHandlerWrapper
(ModelFactory modelFactory, RDFHandler... rdfHandlers) Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).RDFHandlerWrapper
(RDFHandler... rdfHandlers) Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).TimeLimitRDFHandler
(RDFHandler rdfHandler, long timeLimit) -
Uses of RDFHandler in org.eclipse.rdf4j.rio.jsonld
Classes in org.eclipse.rdf4j.rio.jsonld that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.rio.jsonld.legacy
Classes in org.eclipse.rdf4j.rio.jsonld.legacy that implement RDFHandlerModifier and TypeClassDescriptionclass
An RDFWriter that links toJSONLDInternalRDFParser
. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.n3
Classes in org.eclipse.rdf4j.rio.n3 that implement RDFHandlerModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N3 format. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.ndjsonld
Classes in org.eclipse.rdf4j.rio.ndjsonld that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.rio.ndjsonld.legacy
Classes in org.eclipse.rdf4j.rio.ndjsonld.legacy that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.rio.nquads
Classes in org.eclipse.rdf4j.rio.nquads that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.rio.ntriples
Classes in org.eclipse.rdf4j.rio.ntriples that implement RDFHandlerModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.rdfjson
Classes in org.eclipse.rdf4j.rio.rdfjson that implement RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.rio.rdfxml
Classes in org.eclipse.rdf4j.rio.rdfxml that implement RDFHandlerModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.rdfxml.util
Classes in org.eclipse.rdf4j.rio.rdfxml.util that implement RDFHandlerModifier and TypeClassDescriptionclass
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.trig
Classes in org.eclipse.rdf4j.rio.trig that implement RDFHandlerModifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF documents in TriG format by adding graph scopes to the Turtle document. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.trigstar
Classes in org.eclipse.rdf4j.rio.trigstar that implement RDFHandlerModifier and TypeClassDescriptionclass
An extension ofTriGWriter
that writes RDF-star documents in the TriG-star format by including the RDF-star triples. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.trix
Classes in org.eclipse.rdf4j.rio.trix that implement RDFHandlerModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in TriX format. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.turtle
Classes in org.eclipse.rdf4j.rio.turtle that implement RDFHandlerModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in Turtle format. -
Uses of RDFHandler in org.eclipse.rdf4j.rio.turtlestar
Classes in org.eclipse.rdf4j.rio.turtlestar that implement RDFHandlerModifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF-star documents in the Turtle-star format by including the RDF-star triples. -
Uses of RDFHandler in org.eclipse.rdf4j.sail.inferencer.util
Classes in org.eclipse.rdf4j.sail.inferencer.util that implement RDFHandlerModifier and TypeClassDescriptionclass
An RDFHandler that adds RDF data to a sail as inferred statements. -
Uses of RDFHandler in org.eclipse.rdf4j.spin
Classes in org.eclipse.rdf4j.spin that implement RDFHandlerMethods in org.eclipse.rdf4j.spin with parameters of type RDFHandlerModifier and TypeMethodDescriptionvoid
SpinRenderer.render
(ParsedBooleanQuery query, RDFHandler handler) void
SpinRenderer.render
(ParsedDescribeQuery query, RDFHandler handler) void
SpinRenderer.render
(ParsedGraphQuery query, RDFHandler handler) void
SpinRenderer.render
(ParsedOperation operation, RDFHandler handler) void
SpinRenderer.render
(ParsedQuery query, RDFHandler handler) void
SpinRenderer.render
(ParsedTupleQuery query, RDFHandler handler) void
SpinRenderer.render
(ParsedUpdate update, RDFHandler handler) -
Uses of RDFHandler in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog with parameters of type RDFHandler -
Uses of RDFHandler in org.eclipse.rdf4j.spring.support.query
Methods in org.eclipse.rdf4j.spring.support.query with parameters of type RDFHandler