Uses of Class
org.eclipse.rdf4j.rio.RDFHandlerException
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 rdf4j SPARQL 1.1 parser.
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.
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.
Parser/writer for the HDT v1.0 format.
Provides helpers classes for Rio.
Parser/writer for the JSON-L 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 RDFHandlerException in org.eclipse.rdf4j.benchmark.rio.util
Modifier and TypeMethodDescriptionvoid
BlackHoleRDFHandler.endRDF()
void
BlackHoleRDFHandler.handleComment
(String s) void
BlackHoleRDFHandler.handleNamespace
(String s, String s1) void
BlackHoleRDFHandler.handleStatement
(Statement statement) void
BlackHoleRDFHandler.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.console
-
Uses of RDFHandlerException in org.eclipse.rdf4j.console.util
Modifier and TypeMethodDescriptionvoid
ConsoleRDFWriter.consumeStatement
(Statement st) void
ConsoleRDFWriter.endRDF()
void
ConsoleRDFWriter.handleComment
(String comment) -
Uses of RDFHandlerException in org.eclipse.rdf4j.federated.endpoint
Modifier and TypeMethodDescriptionvoid
EndpointFactory.DefaultRDFHandler.endRDF()
void
EndpointFactory.DefaultRDFHandler.handleComment
(String comment) void
EndpointFactory.DefaultRDFHandler.handleNamespace
(String prefix, String uri) void
EndpointFactory.DefaultRDFHandler.handleStatement
(Statement st) void
EndpointFactory.DefaultRDFHandler.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.federated.structures
-
Uses of RDFHandlerException in org.eclipse.rdf4j.http.client
Modifier 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
.protected GraphQueryResult
SPARQLProtocolSession.getRDFBackground
(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
RDF4JProtocolSession.getRepositoryConfig
(StatementCollector statementCollector) Retrieve configuration of the current repository and send it to the suppliedStatementCollector
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 RDFHandlerException in org.eclipse.rdf4j.query
Modifier and TypeMethodDescriptionvoid
GraphQuery.evaluate
(RDFHandler handler) static void
QueryResults.report
(GraphQueryResult graphQueryResult, RDFHandler rdfHandler) Reports a graph query result to anRDFHandler
. -
Uses of RDFHandlerException in org.eclipse.rdf4j.query.dawg
Modifier and TypeMethodDescriptionvoid
DAWGTestBooleanParser.endRDF()
void
DAWGTestResultSetParser.endRDF()
void
DAWGTestBooleanParser.handleStatement
(Statement st) void
DAWGTestResultSetParser.handleStatement
(Statement st) void
DAWGTestBooleanParser.startRDF()
void
DAWGTestResultSetParser.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.query.impl
Modifier and TypeMethodDescriptionvoid
BackgroundGraphResult.endRDF()
Deprecated.void
BackgroundGraphResult.handleComment
(String comment) Deprecated.void
BackgroundGraphResult.handleNamespace
(String prefix, String uri) Deprecated.void
BackgroundGraphResult.handleStatement
(Statement st) Deprecated.void
BackgroundGraphResult.startRDF()
Deprecated. -
Uses of RDFHandlerException in org.eclipse.rdf4j.query.parser.sparql
Modifier and TypeMethodDescriptionprotected void
SPARQLUpdateDataBlockParser.parseGraph()
protected Resource
SPARQLUpdateDataBlockParser.parseImplicitBlank()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.query.resultio
Modifier and TypeMethodDescriptionstatic void
QueryResultIO.writeGraph
(GraphQueryResult gqr, RDFFormat format, OutputStream out) Writes a graph query result document in a specific RDF format to an output stream. -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository
Modifier 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 RDFHandlerException in org.eclipse.rdf4j.repository.base
Modifier 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 RDFHandlerException in org.eclipse.rdf4j.repository.contextaware
Modifier 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 RDFHandlerException in org.eclipse.rdf4j.repository.http
-
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.sail
Modifier and TypeMethodDescriptionvoid
SailGraphQuery.evaluate
(RDFHandler handler) void
SailRepositoryConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionvoid
SPARQLConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.sparql.query
-
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.util
Modifier and TypeMethodDescriptionvoid
AbstractRDFInserter.endRDF()
void
AbstractRDFInserter.handleStatement
(Statement st) void
RDFRemover.handleStatement
(Statement st) 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 RDFHandlerException in org.eclipse.rdf4j.rio
Modifier and TypeMethodDescriptionvoid
RDFHandler.endRDF()
Signals the end of the RDF data.void
RDFHandler.handleComment
(String comment) Handles a comment.void
RDFHandler.handleNamespace
(String prefix, String uri) Handles a namespace declaration/definition.void
RDFHandler.handleStatement
(Statement st) Handles a statement.static void
default void
RDFParser.parse
(InputStream in) Parses the data from the supplied InputStream.void
RDFParser.parse
(InputStream in, String baseURI) Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.default void
Parses the data from the supplied Reader.void
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.void
RDFHandler.startRDF()
Signals the start of the RDF data.static void
Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, OutputStream output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat) Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStream
in the given format.static void
Writes the given statements to the givenWriter
in the given format.static void
Rio.write
(Iterable<Statement> model, Writer output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenWriter
in the given format.static void
Writes the given statements to the givenWriter
in the given format.static void
Writes the given statements to the givenWriter
in the given format.static void
Rio.write
(Iterable<Statement> model, RDFHandler writer) Writes the given statements to the givenRDFHandler
.static void
Rio.write
(Statement st, OutputStream output, RDFFormat dataFormat) Writes the given statement to the givenOutputStream
in the given format.static void
Rio.write
(Statement st, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenOutputStream
in the given format.static void
Writes the given single statement to the givenWriter
in the given format.static void
Rio.write
(Statement statement, Writer output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenWriter
in the given format.static void
Rio.write
(Statement statement, RDFHandler writer) Writes the given single statement to the givenRDFHandler
. -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.binary
Modifier and TypeMethodDescriptionvoid
BinaryRDFWriter.endRDF()
void
BinaryRDFWriter.handleComment
(String comment) void
BinaryRDFWriter.handleNamespace
(String prefix, String uri) void
BinaryRDFParser.parse
(InputStream in, String baseURI) void
void
BinaryRDFWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.hdt
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.helpers
Modifier and TypeMethodDescriptionvoid
AbstractRDFHandler.endRDF()
void
BufferedGroupingRDFHandler.endRDF()
void
RDFHandlerWrapper.endRDF()
void
TimeLimitRDFHandler.endRDF()
void
AbstractRDFHandler.handleComment
(String comment) void
RDFHandlerWrapper.handleComment
(String comment) void
TimeLimitRDFHandler.handleComment
(String comment) void
AbstractRDFHandler.handleNamespace
(String prefix, String uri) void
AbstractRDFWriter.handleNamespace
(String prefix, String uri) void
ContextStatementCollector.handleNamespace
(String prefix, String uri) void
RDFHandlerWrapper.handleNamespace
(String prefix, String uri) void
TimeLimitRDFHandler.handleNamespace
(String prefix, String uri) void
AbstractRDFHandler.handleStatement
(Statement st) void
AbstractRDFWriter.handleStatement
(Statement st) void
BufferedGroupingRDFHandler.handleStatement
(Statement st) void
RDFHandlerWrapper.handleStatement
(Statement st) void
TimeLimitRDFHandler.handleStatement
(Statement st) protected void
BufferedGroupingRDFHandler.processBuffer()
void
AbstractRDFHandler.startRDF()
void
AbstractRDFWriter.startRDF()
void
RDFHandlerWrapper.startRDF()
void
TimeLimitRDFHandler.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.jsonld
Modifier and TypeMethodDescriptionvoid
JSONLDWriter.consumeStatement
(Statement st) void
JSONLDWriter.endRDF()
void
JSONLDWriter.handleComment
(String comment) void
JSONLDWriter.handleNamespace
(String prefix, String uri) void
JSONLDParser.parse
(InputStream in, String baseURI) void
void
JSONLDWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.n3
Modifier and TypeMethodDescriptionvoid
N3Writer.endRDF()
void
N3Writer.handleComment
(String comment) void
N3Writer.handleNamespace
(String prefix, String name) void
N3Writer.handleStatement
(Statement st) protected IRI
N3Parser.parsePredicate()
void
N3Writer.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.ndjsonld
Modifier and TypeMethodDescriptionvoid
NDJSONLDWriter.endRDF()
void
NDJSONLDWriter.handleComment
(String comment) void
NDJSONLDWriter.handleNamespace
(String prefix, String uri) void
NDJSONLDWriter.handleStatement
(Statement st) void
NDJSONLDParser.parse
(InputStream in, String baseURI) void
NDJSONLDWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.nquads
Modifier and TypeMethodDescriptionvoid
NQuadsWriter.consumeStatement
(Statement st) protected void
NQuadsParser.parseStatement()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.ntriples
Modifier and TypeMethodDescriptionvoid
NTriplesWriter.endRDF()
void
NTriplesWriter.handleComment
(String comment) void
NTriplesParser.parse
(InputStream in, String baseURI) void
protected void
NTriplesParser.parseStatement()
void
NTriplesWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.rdfjson
Modifier and TypeMethodDescriptionvoid
RDFJSONWriter.consumeStatement
(Statement statement) void
RDFJSONWriter.endRDF()
void
RDFJSONWriter.handleComment
(String comment) void
RDFJSONWriter.handleNamespace
(String prefix, String uri) void
RDFJSONParser.parse
(InputStream inputStream, String baseUri) void
void
RDFJSONWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.rdfxml
Modifier and TypeMethodDescriptionvoid
RDFXMLWriter.endRDF()
protected void
RDFXMLWriter.flushPendingStatements()
void
RDFXMLWriter.handleComment
(String comment) void
RDFXMLParser.parse
(InputStream in, String baseURI) void
protected void
RDFXMLWriter.writeAttribute
(String namespace, String attName, String value) -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.rdfxml.util
Modifier and TypeMethodDescriptionvoid
RDFXMLPrettyWriter.consumeStatement
(Statement st) void
RDFXMLPrettyWriter.endRDF()
protected void
RDFXMLPrettyWriter.flushPendingStatements()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.trig
Modifier and TypeMethodDescriptionvoid
TriGWriter.endRDF()
protected void
TriGParser.parseGraph()
protected void
TriGParser.parseStatement()
protected void
TriGParser.parseTriples()
protected void
TriGParser.reportStatement
(Resource subj, IRI pred, Value obj) void
TriGWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.trigstar
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.trix
Modifier and TypeMethodDescriptionvoid
TriXWriter.endRDF()
void
TriXWriter.handleComment
(String comment) void
TriXParser.parse
(InputStream in, String baseURI) void
void
TriXWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.turtle
Modifier and TypeMethodDescriptionprotected void
ArrangedWriter.consumeStatement
(Statement st) Deprecated.protected void
TurtleWriter.consumeStatement
(Statement st) void
ArrangedWriter.endRDF()
Deprecated.void
TurtleWriter.endRDF()
void
ArrangedWriter.handleComment
(String comment) Deprecated.void
TurtleWriter.handleComment
(String comment) void
ArrangedWriter.handleNamespace
(String prefix, String uri) Deprecated.void
TurtleWriter.handleNamespace
(String prefix, String name) void
TurtleParser.parse
(InputStream in, String baseURI) void
protected void
TurtleParser.parseBase()
protected Resource
TurtleParser.parseCollection()
Parses a collection, e.g.protected void
TurtleParser.parseDirective
(String directive) protected Resource
TurtleParser.parseImplicitBlank()
Parses an implicit blank node.protected void
TurtleParser.parseObject()
Parse an objectprotected void
TurtleParser.parseObjectList()
protected IRI
TurtleParser.parsePredicate()
protected void
TurtleParser.parsePredicateObjectList()
protected void
TurtleParser.parsePrefixID()
protected Literal
TurtleParser.parseQuotedLiteral()
Parses a quoted string, optionally followed by a language tag or datatype.protected void
TurtleParser.parseStatement()
protected void
TurtleParser.parseSubject()
protected void
TurtleParser.parseTriples()
protected Value
TurtleParser.parseValue()
Parses an RDF value.protected void
TurtleParser.processComment()
Consumes characters from reader until the first EOL has been read.protected void
TurtleParser.reportStatement
(Resource subj, IRI pred, Value obj) protected int
TurtleParser.skipWSC()
Consumes any white space characters (space, tab, line feed, newline) and comments (#-style) from reader.void
ArrangedWriter.startRDF()
Deprecated.void
TurtleWriter.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.turtlestar
-
Uses of RDFHandlerException in org.eclipse.rdf4j.spin
Modifier and TypeMethodDescriptionvoid
ConstraintViolationRDFHandler.endRDF()
void
ConstraintViolationRDFHandler.handleStatement
(Statement st) void
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) void
ConstraintViolationRDFHandler.startRDF()
-
Uses of RDFHandlerException in org.eclipse.rdf4j.spring.operationlog
-
Uses of RDFHandlerException in org.eclipse.rdf4j.spring.support.query