Uses of Class
org.eclipse.rdf4j.rio.RDFHandlerException
Packages that use RDFHandlerException
Package
Description
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 wrapper which supports auto-loading of datasets specified in a query.
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
SailRepositoryA
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.
Forward-chaining inferencers, implemented as
StackableSails.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of RDFHandlerException in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that throw RDFHandlerExceptionModifier and TypeMethodDescriptionprotected voidSPARQLProtocolSession.getRDF(org.apache.http.client.methods.HttpUriRequest method, RDFHandler handler, boolean requireContext) Parse the response in this thread using the providedRDFHandler.protected GraphQueryResultSPARQLProtocolSession.getRDFBackground(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoidRDF4JProtocolSession.getRepositoryConfig(StatementCollector statementCollector) Retrieve configuration of the current repository and send it to the suppliedStatementCollectorvoidRDF4JProtocolSession.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) voidSPARQLProtocolSession.sendGraphQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings) voidSPARQLProtocolSession.sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings) -
Uses of RDFHandlerException in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidGraphQuery.evaluate(RDFHandler handler) static voidQueryResults.report(GraphQueryResult graphQueryResult, RDFHandler rdfHandler) Reports a graph query result to anRDFHandler. -
Uses of RDFHandlerException in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidAbstractQueryPreparer.GraphQueryImpl.evaluate(RDFHandler handler) -
Uses of RDFHandlerException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidDAWGTestBooleanParser.endRDF()voidDAWGTestResultSetParser.endRDF()DAWGTestResultSetParser.getBindingNames(Resource resultSetNode) voidDAWGTestBooleanParser.handleStatement(Statement st) voidDAWGTestResultSetParser.handleStatement(Statement st) private voidDAWGTestResultSetParser.reportSolution(Resource solutionNode, List<String> bindingNames) private voidDAWGTestResultSetWriter.reportStatement(Resource subject, IRI predicate, Value object) voidDAWGTestBooleanParser.startRDF()voidDAWGTestResultSetParser.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidBackgroundGraphResult.endRDF()Deprecated.voidBackgroundGraphResult.handleComment(String comment) Deprecated.voidBackgroundGraphResult.handleNamespace(String prefix, String uri) Deprecated.voidBackgroundGraphResult.handleStatement(Statement st) Deprecated.voidBackgroundGraphResult.startRDF()Deprecated. -
Uses of RDFHandlerException in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that throw RDFHandlerExceptionModifier and TypeMethodDescriptionprotected voidSPARQLUpdateDataBlockParser.parseGraph()protected ResourceSPARQLUpdateDataBlockParser.parseImplicitBlank()private voidSPARQLUpdateDataBlockParser.skipOptionalPeriod() -
Uses of RDFHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw RDFHandlerExceptionModifier and TypeMethodDescriptionstatic voidQueryResultIO.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
Methods in org.eclipse.rdf4j.repository that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidRepositoryConnection.export(RDFHandler handler, Resource... contexts) Exports all explicit statements in the specified contexts to the supplied RDFHandler.voidRepositoryConnection.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
Methods in org.eclipse.rdf4j.repository.base that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidAbstractRepositoryConnection.export(RDFHandler handler, Resource... contexts) voidRepositoryConnectionWrapper.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) protected voidRepositoryConnectionWrapper.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
Methods in org.eclipse.rdf4j.repository.contextaware that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidContextAwareConnection.export(RDFHandler handler, Resource... contexts) voidContextAwareConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) voidContextAwareConnection.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.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw RDFHandlerException -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidHTTPGraphQuery.evaluate(RDFHandler handler) voidHTTPRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidSailGraphQuery.evaluate(RDFHandler handler) voidSailRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that throw RDFHandlerException -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidSPARQLConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that throw RDFHandlerException -
Uses of RDFHandlerException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidAbstractRDFInserter.endRDF()voidAbstractRDFInserter.handleStatement(Statement st) voidRDFRemover.handleStatement(Statement st) voidRDFLoader.load(File file, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from the specified file to the given RDFHandler.voidRDFLoader.load(InputStream in, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from an InputStream to the RDFHandler.voidRDFLoader.load(Reader reader, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from a Reader to the RDFHandler.voidRDFLoader.load(URL url, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses the RDF data that can be found at the specified URL to the RDFHandler.private voidRDFLoader.loadInputStreamOrReader(Object inputStreamOrReader, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Adds the data that can be read from the supplied InputStream or Reader to this repository.private voidRDFLoader.loadZip(InputStream in, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidRDFHandler.endRDF()Signals the end of the RDF data.voidRDFHandler.handleComment(String comment) Handles a comment.voidRDFHandler.handleNamespace(String prefix, String uri) Handles a namespace declaration/definition.voidRDFHandler.handleStatement(Statement st) Handles a statement.static voiddefault voidRDFParser.parse(InputStream in) Parses the data from the supplied InputStream.voidRDFParser.parse(InputStream in, String baseURI) Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.default voidParses the data from the supplied Reader.voidParses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.voidRDFHandler.startRDF()Signals the start of the RDF data.static voidWrites the given statements to the givenOutputStreamin the given format.static voidRio.write(Iterable<Statement> model, OutputStream output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStreamin the given format.static voidRio.write(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat) Writes the given statements to the givenOutputStreamin the given format.static voidRio.write(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStreamin the given format.static voidWrites the given statements to the givenWriterin the given format.static voidRio.write(Iterable<Statement> model, Writer output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenWriterin the given format.static voidWrites the given statements to the givenWriterin the given format.static voidWrites the given statements to the givenWriterin the given format.static voidRio.write(Iterable<Statement> model, RDFHandler writer) Writes the given statements to the givenRDFHandler.static voidRio.write(Statement st, OutputStream output, RDFFormat dataFormat) Writes the given statement to the givenOutputStreamin the given format.static voidRio.write(Statement st, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenOutputStreamin the given format.static voidWrites the given single statement to the givenWriterin the given format.static voidRio.write(Statement statement, Writer output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenWriterin the given format.static voidRio.write(Statement statement, RDFHandler writer) Writes the given single statement to the givenRDFHandler. -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidBinaryRDFWriter.endRDF()voidBinaryRDFWriter.handleComment(String comment) voidBinaryRDFWriter.handleNamespace(String prefix, String uri) voidBinaryRDFParser.parse(InputStream in, String baseURI) voidprivate voidBinaryRDFParser.readComment()private voidBinaryRDFParser.readNamespaceDecl()private voidBinaryRDFParser.readStatement()voidBinaryRDFWriter.startRDF()private voidBinaryRDFWriter.writeStatement()Writes the first statement from the statement queueprivate voidBinaryRDFWriter.writeValue(Value value) private voidBinaryRDFWriter.writeValueOrId(Value value) -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that throw RDFHandlerException -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that throw RDFHandlerExceptionModifier and TypeMethodDescriptionprivate voidTimeLimitRDFHandler.checkInterrupted()voidAbstractRDFHandler.endRDF()voidBufferedGroupingRDFHandler.endRDF()voidRDFHandlerWrapper.endRDF()voidTimeLimitRDFHandler.endRDF()voidAbstractRDFHandler.handleComment(String comment) voidRDFHandlerWrapper.handleComment(String comment) voidTimeLimitRDFHandler.handleComment(String comment) voidAbstractRDFHandler.handleNamespace(String prefix, String uri) voidAbstractRDFWriter.handleNamespace(String prefix, String uri) voidContextStatementCollector.handleNamespace(String prefix, String uri) voidRDFHandlerWrapper.handleNamespace(String prefix, String uri) voidTimeLimitRDFHandler.handleNamespace(String prefix, String uri) voidAbstractRDFHandler.handleStatement(Statement st) voidAbstractRDFWriter.handleStatement(Statement st) voidBufferedGroupingRDFHandler.handleStatement(Statement st) voidRDFHandlerWrapper.handleStatement(Statement st) voidTimeLimitRDFHandler.handleStatement(Statement st) protected voidBufferedGroupingRDFHandler.processBuffer()voidAbstractRDFHandler.startRDF()voidAbstractRDFWriter.startRDF()voidRDFHandlerWrapper.startRDF()voidTimeLimitRDFHandler.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.jsonld
Methods in org.eclipse.rdf4j.rio.jsonld that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidJSONLDWriter.consumeStatement(Statement st) voidJSONLDWriter.endRDF()voidJSONLDWriter.handleComment(String comment) voidJSONLDWriter.handleNamespace(String prefix, String uri) private voidJSONLDParser.parse(InputStream in, Reader reader, String baseURI) ParsevoidJSONLDParser.parse(InputStream in, String baseURI) voidvoidJSONLDWriter.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidN3Writer.endRDF()voidN3Writer.handleComment(String comment) voidN3Writer.handleNamespace(String prefix, String name) voidN3Writer.handleStatement(Statement st) protected IRIN3Parser.parsePredicate()voidN3Writer.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.ndjsonld
Methods in org.eclipse.rdf4j.rio.ndjsonld that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidNDJSONLDWriter.endRDF()voidNDJSONLDWriter.handleComment(String comment) voidNDJSONLDWriter.handleNamespace(String prefix, String uri) voidNDJSONLDWriter.handleStatement(Statement st) voidNDJSONLDParser.parse(InputStream in, String baseURI) voidNDJSONLDWriter.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.nquads
Methods in org.eclipse.rdf4j.rio.nquads that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidNQuadsWriter.consumeStatement(Statement st) protected voidNQuadsParser.parseStatement() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.ntriples
Methods in org.eclipse.rdf4j.rio.ntriples that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidNTriplesWriter.endRDF()voidNTriplesWriter.handleComment(String comment) voidNTriplesParser.parse(InputStream in, String baseURI) voidprotected voidNTriplesParser.parseStatement()voidNTriplesWriter.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidRDFJSONWriter.consumeStatement(Statement statement) private voidRDFJSONWriter.consumeStreamingStatement(Statement statement) Consumes statement when RDF/JSON writer is streaming output.voidRDFJSONWriter.endRDF()voidRDFJSONWriter.handleComment(String comment) voidRDFJSONWriter.handleNamespace(String prefix, String uri) voidRDFJSONParser.parse(InputStream inputStream, String baseUri) voidprivate voidRDFJSONParser.rdfJsonToHandlerInternal(RDFHandler handler, ValueFactory vf, com.fasterxml.jackson.core.JsonParser jp) voidRDFJSONWriter.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml that throw RDFHandlerExceptionModifier and TypeMethodDescription(package private) voidRDFXMLParser.emptyElement(String namespaceURI, String localName, String qName, Atts atts) (package private) voidRDFXMLParser.endDocument()(package private) voidRDFXMLParser.endElement(String namespaceURI, String localName, String qName) voidRDFXMLWriter.endRDF()protected voidRDFXMLWriter.flushPendingStatements()voidRDFXMLWriter.handleComment(String comment) private voidRDFXMLParser.handleReification(Value value) voidRDFXMLParser.parse(InputStream in, String baseURI) voidprivate voidRDFXMLParser.parse(InputSource inputSource) private voidRDFXMLParser.processNodeElt(String namespaceURI, String localName, String qName, Atts atts, boolean isEmptyElt) private voidRDFXMLParser.processPropertyElt(String namespaceURI, String localName, String qName, Atts atts, boolean isEmptyElt) private voidRDFXMLParser.processSubjectAtts(RDFXMLParser.NodeElement nodeElt, Atts atts) processes subject attributes.private voidRDFXMLParser.reifyStatement(Resource reifNode, Resource subj, IRI pred, Value obj) private voidSAXFilter.reportDeferredStartElement()private voidRDFXMLParser.reportStatement(Resource subject, IRI predicate, Value object) Reports a stament to the configured RDFHandlerException.(package private) voidRDFXMLParser.startDocument()(package private) voidRDFXMLParser.startElement(String namespaceURI, String localName, String qName, Atts atts) (package private) voidprotected voidRDFXMLWriter.writeAttribute(String namespace, String attName, String value) -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.rdfxml.util
Methods in org.eclipse.rdf4j.rio.rdfxml.util that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidRDFXMLPrettyWriter.consumeStatement(Statement st) voidRDFXMLPrettyWriter.endRDF()protected voidRDFXMLPrettyWriter.flushPendingStatements()private voidWrite out the stacks until we find subject.private voidRDFXMLPrettyWriter.writeAbbreviatedPredicate(IRI pred, Value obj) Write out an empty property element.private voidRDFXMLPrettyWriter.writeNodeEmptyTag(RDFXMLPrettyWriter.Node node) Write out an empty tag for the subject or object of a statement.private voidRDFXMLPrettyWriter.writeNodeStartOfStartTag(RDFXMLPrettyWriter.Node node) Write out the opening tag of the subject or object of a statement up to (but not including) the end of the tag.private voidRDFXMLPrettyWriter.writeNodeStartTag(RDFXMLPrettyWriter.Node node) Write out the opening tag of the subject or object of a statement. -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.trig
Methods in org.eclipse.rdf4j.rio.trig that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidTriGWriter.endRDF()protected voidTriGParser.parseGraph()protected voidTriGParser.parseStatement()protected voidTriGParser.parseTriples()protected voidTriGParser.reportStatement(Resource subj, IRI pred, Value obj) voidTriGWriter.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar that throw RDFHandlerException -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.trix
Methods in org.eclipse.rdf4j.rio.trix that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidTriXWriter.endRDF()voidTriXWriter.handleComment(String comment) voidTriXParser.parse(InputStream in, String baseURI) voidprivate voidTriXParser.parse(InputSource inputStreamOrReader) private voidTriXParser.TriXSAXHandler.reportStatement()voidTriXWriter.startRDF()private voidTriXWriter.writeValue(Value value) Writes out the XML-representation for the supplied value. -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle that throw RDFHandlerExceptionModifier and TypeMethodDescriptionprotected voidArrangedWriter.consumeStatement(Statement st) Deprecated.protected voidTurtleWriter.consumeStatement(Statement st) voidArrangedWriter.endRDF()Deprecated.voidTurtleWriter.endRDF()private voidArrangedWriter.flushNamespaces()Deprecated.private voidArrangedWriter.flushStatements()Deprecated.voidArrangedWriter.handleComment(String comment) Deprecated.voidTurtleWriter.handleComment(String comment) voidArrangedWriter.handleNamespace(String prefix, String uri) Deprecated.voidTurtleWriter.handleNamespace(String prefix, String name) voidTurtleParser.parse(InputStream in, String baseURI) voidprotected voidTurtleParser.parseBase()protected ResourceTurtleParser.parseCollection()Parses a collection, e.g.protected voidTurtleParser.parseDirective(String directive) protected ResourceTurtleParser.parseImplicitBlank()Parses an implicit blank node.protected voidTurtleParser.parseObject()Parse an objectprotected voidTurtleParser.parseObjectList()protected IRITurtleParser.parsePredicate()protected voidTurtleParser.parsePredicateObjectList()protected voidTurtleParser.parsePrefixID()protected LiteralTurtleParser.parseQuotedLiteral()Parses a quoted string, optionally followed by a language tag or datatype.protected voidTurtleParser.parseStatement()protected voidTurtleParser.parseSubject()protected voidTurtleParser.parseTriples()protected ValueTurtleParser.parseValue()Parses an RDF value.private voidTurtleWriter.processBuffer()not synchronized, assumes calling method has obtained a lock onTurtleWriter.bufferLock.protected voidTurtleParser.processComment()Consumes characters from reader until the first EOL has been read.protected voidTurtleParser.reportStatement(Resource subj, IRI pred, Value obj) protected intTurtleParser.skipWSC()Consumes any white space characters (space, tab, line feed, newline) and comments (#-style) from reader.voidArrangedWriter.startRDF()Deprecated.voidTurtleWriter.startRDF() -
Uses of RDFHandlerException in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar that throw RDFHandlerException -
Uses of RDFHandlerException in org.eclipse.rdf4j.sail.inferencer.fc
Methods in org.eclipse.rdf4j.sail.inferencer.fc that throw RDFHandlerExceptionModifier and TypeMethodDescriptionprivate voidCustomGraphQueryInferencer.Connection.buildDeltaSets(Collection<Statement> forRemoval, Collection<Statement> forAddition) private voidCustomGraphQueryInferencer.Connection.evaluateIntoStatements(ParsedGraphQuery query, Collection<Statement> statements) private voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection.evaluateIntoStatements(ParsedGraphQuery query, Collection<Statement> statements) -
Uses of RDFHandlerException in org.eclipse.rdf4j.spin
Subclasses with type arguments of type RDFHandlerException in org.eclipse.rdf4j.spinModifier and TypeClassDescriptionprivate classprivate final classprivate final classprivate final classMethods in org.eclipse.rdf4j.spin that throw RDFHandlerExceptionModifier and TypeMethodDescriptionvoidSpinRenderer.SpinVisitor.end()(package private) voidSpinRenderer.SpinVisitor.endList(SpinRenderer.ListContext ctx) voidConstraintViolationRDFHandler.endRDF()(package private) voidSpinRenderer.SpinVisitor.endTemplateList(SpinRenderer.ListContext ctx) private voidSpinRenderer.SpinVisitor.flushPendingStatement()(package private) SpinRenderer.ListContextSpinRenderer.SpinVisitor.getNamedGraph(Var context) (package private) ResourcevoidConstraintViolationRDFHandler.handleStatement(Statement st) (package private) voidSpinRenderer.SpinVisitor.listEntry()(package private) voidvoidvoidSpinRenderer.ConstructVisitor.meet(ProjectionElem node) voidSpinRenderer.ConstructVisitor.meet(ProjectionElemList node) voidvoidSpinRenderer.DescribeVisitor.meet(ProjectionElemList node) voidvoidvoidSpinRenderer.SpinVisitor.ExtensionVisitor.meet(GroupConcat node) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidSpinRenderer.SpinVisitor.meet(BindingSetAssignment node) voidSpinRenderer.SpinVisitor.meet(BNodeGenerator node) voidvoidvoidvoidvoidvoidvoidSpinRenderer.SpinVisitor.meet(DeleteData node) voidSpinRenderer.SpinVisitor.meet(Difference node) voidvoidvoidvoidSpinRenderer.SpinVisitor.meet(ExtensionElem node) voidvoidSpinRenderer.SpinVisitor.meet(FunctionCall node) voidvoidvoidSpinRenderer.SpinVisitor.meet(InsertData node) voidSpinRenderer.SpinVisitor.meet(IRIFunction node) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidSpinRenderer.SpinVisitor.meet(MultiProjection node) voidvoidvoidvoidSpinRenderer.SpinVisitor.meet(Projection node) voidSpinRenderer.SpinVisitor.meet(ProjectionElem node) voidSpinRenderer.SpinVisitor.meet(ProjectionElemList node) voidvoidvoidvoidvoidSpinRenderer.SpinVisitor.meet(StatementPattern node) voidvoidvoidSpinRenderer.SpinVisitor.meet(ValueConstant node) private voidvoidvoidvoidprivate voidSpinRenderer.SpinVisitor.nextListEntry(Resource nextEntry) voidSpinRenderer.render(ParsedBooleanQuery query, RDFHandler handler) voidSpinRenderer.render(ParsedDescribeQuery query, RDFHandler handler) voidSpinRenderer.render(ParsedGraphQuery query, RDFHandler handler) voidSpinRenderer.render(ParsedOperation operation, RDFHandler handler) voidSpinRenderer.render(ParsedQuery query, RDFHandler handler) voidSpinRenderer.render(ParsedTupleQuery query, RDFHandler handler) voidSpinRenderer.render(ParsedUpdate update, RDFHandler handler) private voidSpinRenderer.SpinVisitor.renderDataBlock(String data) voidConstraintViolationRDFHandler.startRDF()(package private) SpinRenderer.ListContextSpinRenderer.SpinVisitor.startTemplateList()private voidSpinRenderer.SpinVisitor.visitWhere(TupleExpr where)