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,
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,
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,
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(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,
RDFHandler writer) |
Writes the given statements to the given RDFHandler.
|
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,
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.
|
static void |
Rio.write(org.eclipse.rdf4j.model.Statement statement,
RDFHandler writer) |
Writes the given single statement to the given RDFHandler.
|