| Package | Description |
|---|---|
| org.eclipse.rdf4j.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RDFWriter
An interface for RDF document writers.
|
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
RDFParser.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 given
RDFHandler. |
static void |
Rio.write(Statement statement,
RDFHandler writer)
Writes the given single statement to the given
RDFHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRDFHandler
Base class for
RDFHandlers with dummy implementations of all methods. |
class |
AbstractRDFWriter
Base class for
RDFWriters offering common functionality for RDF writers. |
class |
BufferedGroupingRDFHandler
An
RDFHandlerWrapper that buffers statements internally and passes them to underlying handlers
grouped by context, then subject, then predicate. |
class |
ContextStatementCollector
A RDFHandler that can be used to collect reported statements in collections.
|
class |
RDFHandlerBase
Deprecated.
since 4.0 Use
AbstractRDFHandler instead. |
class |
RDFHandlerWrapper
Convenience base class for RDF handlers that wrap one or more other RDF handler.
|
class |
RDFWriterBase
Deprecated.
since 4.0. Use
AbstractRDFWriter instead. |
class |
StatementCollector
A RDFHandler that can be used to collect reported statements in collections.
|
class |
TimeLimitRDFHandler |
| Modifier and Type | Field and Description |
|---|---|
protected RDFHandler |
AbstractRDFParser.rdfHandler
The RDFHandler that will handle the parsed RDF.
|
| Modifier and Type | Method and Description |
|---|---|
RDFHandler |
AbstractRDFParser.getRDFHandler() |
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
AbstractRDFParser.setRDFHandler(RDFHandler handler) |
| Constructor and Description |
|---|
BufferedGroupingRDFHandler(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(RDFHandler... rdfHandlers)
Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).
|
TimeLimitRDFHandler(RDFHandler rdfHandler,
long timeLimit) |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.