| Package | Description |
|---|---|
| org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.openrdf.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 |
|---|---|
void |
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. |
| Modifier and Type | Class and Description |
|---|---|
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
Base class for
RDFHandlers with dummy implementations of all
methods. |
class |
RDFHandlerWrapper
Convenience base class for RDF handlers that wrap one or more other RDF
handler.
|
class |
RDFWriterBase
Base class for
RDFWriters offering common functionality for RDF
writers. |
class |
StatementCollector
A RDFHandler that can be used to collect reported statements in collections.
|
| Modifier and Type | Field and Description |
|---|---|
protected RDFHandler |
RDFParserBase.rdfHandler
The RDFHandler that will handle the parsed RDF.
|
| Modifier and Type | Method and Description |
|---|---|
RDFHandler |
RDFParserBase.getRDFHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFParserBase.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).
|
Copyright © 2001-2014 Aduna. All Rights Reserved.