| 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 | Method and Description |
|---|---|
void |
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 |
Rio.main(String[] args) |
void |
RDFParser.parse(InputStream in,
String baseURI)
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI
references.
|
void |
RDFParser.parse(Reader reader,
String baseURI)
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 |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat)
Writes the given statements to the given
OutputStream in the given format. |
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
OutputStream in the given format. |
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
String baseURI,
RDFFormat dataFormat)
Writes the given statements to the given
OutputStream 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 given
OutputStream in the given format. |
static void |
Rio.write(Iterable<Statement> model,
RDFHandler writer)
Writes the given statements to the given
RDFHandler. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat)
Writes the given statements to the given
Writer in the given format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
String baseURI,
RDFFormat dataFormat)
Writes the given statements to the given
Writer 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 given
Writer in the given format. |
static void |
Rio.write(Statement st,
OutputStream output,
RDFFormat dataFormat)
Writes the given statement to the given
OutputStream in the given format. |
static void |
Rio.write(Statement st,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
OutputStream in the given format. |
static void |
Rio.write(Statement statement,
RDFHandler writer)
Writes the given single statement to the given
RDFHandler. |
static void |
Rio.write(Statement statement,
Writer output,
RDFFormat dataFormat)
Writes the given single statement to the given
Writer in the given format. |
static void |
Rio.write(Statement statement,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
Writer in the given format. |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeLimitRDFHandler.endRDF() |
void |
BufferedGroupingRDFHandler.endRDF() |
void |
RDFHandlerWrapper.endRDF() |
void |
AbstractRDFHandler.endRDF() |
void |
TimeLimitRDFHandler.handleComment(String comment) |
void |
RDFHandlerWrapper.handleComment(String comment) |
void |
AbstractRDFHandler.handleComment(String comment) |
void |
TimeLimitRDFHandler.handleNamespace(String prefix,
String uri) |
void |
ContextStatementCollector.handleNamespace(String prefix,
String uri) |
void |
AbstractRDFWriter.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerWrapper.handleNamespace(String prefix,
String uri) |
void |
AbstractRDFHandler.handleNamespace(String prefix,
String uri) |
void |
TimeLimitRDFHandler.handleStatement(Statement st) |
void |
BufferedGroupingRDFHandler.handleStatement(Statement st) |
void |
RDFHandlerWrapper.handleStatement(Statement st) |
void |
AbstractRDFHandler.handleStatement(Statement st) |
void |
TimeLimitRDFHandler.startRDF() |
void |
RDFHandlerWrapper.startRDF() |
void |
AbstractRDFHandler.startRDF() |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.