| Package | Description |
|---|---|
| org.eclipse.rdf4j.rio |
Rio: The RDF4J parser/writer API.
|
| 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(org.eclipse.rdf4j.model.Statement st)
Handles a statement.
|
static void |
Rio.main(String[] args) |
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 |
RDFParser.parse(Reader reader)
Parses the data from the supplied Reader.
|
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<org.eclipse.rdf4j.model.Statement> model,
OutputStream output,
RDFFormat dataFormat)
Writes the given statements to the given
OutputStream in the given format. |
static void |
Rio.write(Iterable<org.eclipse.rdf4j.model.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<org.eclipse.rdf4j.model.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<org.eclipse.rdf4j.model.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<org.eclipse.rdf4j.model.Statement> model,
RDFHandler writer)
Writes the given statements to the given
RDFHandler. |
static void |
Rio.write(Iterable<org.eclipse.rdf4j.model.Statement> model,
Writer output,
RDFFormat dataFormat)
Writes the given statements to the given
Writer in the given format. |
static void |
Rio.write(Iterable<org.eclipse.rdf4j.model.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<org.eclipse.rdf4j.model.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<org.eclipse.rdf4j.model.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(org.eclipse.rdf4j.model.Statement st,
OutputStream output,
RDFFormat dataFormat)
Writes the given statement to the given
OutputStream in the given format. |
static void |
Rio.write(org.eclipse.rdf4j.model.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(org.eclipse.rdf4j.model.Statement statement,
RDFHandler writer)
Writes the given single statement to the given
RDFHandler. |
static void |
Rio.write(org.eclipse.rdf4j.model.Statement statement,
Writer output,
RDFFormat dataFormat)
Writes the given single statement to the given
Writer in the given format. |
static void |
Rio.write(org.eclipse.rdf4j.model.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 |
AbstractRDFHandler.endRDF() |
void |
RDFHandlerWrapper.endRDF() |
void |
BufferedGroupingRDFHandler.endRDF() |
void |
TimeLimitRDFHandler.handleComment(String comment) |
void |
AbstractRDFHandler.handleComment(String comment) |
void |
RDFHandlerWrapper.handleComment(String comment) |
void |
TimeLimitRDFHandler.handleNamespace(String prefix,
String uri) |
void |
AbstractRDFHandler.handleNamespace(String prefix,
String uri) |
void |
ContextStatementCollector.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerWrapper.handleNamespace(String prefix,
String uri) |
void |
AbstractRDFWriter.handleNamespace(String prefix,
String uri) |
void |
TimeLimitRDFHandler.handleStatement(org.eclipse.rdf4j.model.Statement st) |
void |
AbstractRDFHandler.handleStatement(org.eclipse.rdf4j.model.Statement st) |
void |
RDFHandlerWrapper.handleStatement(org.eclipse.rdf4j.model.Statement st) |
void |
BufferedGroupingRDFHandler.handleStatement(org.eclipse.rdf4j.model.Statement st) |
void |
AbstractRDFWriter.handleStatement(org.eclipse.rdf4j.model.Statement st) |
void |
TimeLimitRDFHandler.startRDF() |
void |
AbstractRDFHandler.startRDF() |
void |
RDFHandlerWrapper.startRDF() |
void |
AbstractRDFWriter.startRDF() |
Copyright © 2015-2021 Eclipse Foundation. All Rights Reserved.