| 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 | 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,
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFHandlerWrapper.endRDF() |
void |
RDFHandlerBase.endRDF() |
void |
BufferedGroupingRDFHandler.endRDF() |
void |
RDFHandlerWrapper.handleComment(String comment) |
void |
RDFHandlerBase.handleComment(String comment) |
void |
RDFWriterBase.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerWrapper.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerBase.handleNamespace(String prefix,
String uri) |
void |
ContextStatementCollector.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerWrapper.handleStatement(Statement st) |
void |
RDFHandlerBase.handleStatement(Statement st) |
void |
BufferedGroupingRDFHandler.handleStatement(Statement st) |
void |
RDFHandlerWrapper.startRDF() |
void |
RDFHandlerBase.startRDF() |
Copyright © 2001-2014 Aduna. All Rights Reserved.