| Package | Description |
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.query.impl | |
| org.eclipse.rdf4j.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.eclipse.rdf4j.rio.binary | |
| org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
| org.eclipse.rdf4j.rio.jsonld | |
| org.eclipse.rdf4j.rio.n3 |
Writer for RDF in Notation 3/N3 format.
|
| org.eclipse.rdf4j.rio.nquads |
Parser and writer for RDF in N-Quads format.
|
| org.eclipse.rdf4j.rio.ntriples |
Parser and writer for RDF in N-Triples format.
|
| org.eclipse.rdf4j.rio.rdfjson | |
| org.eclipse.rdf4j.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
| org.eclipse.rdf4j.rio.trig |
Parser and writer for RDF in TriG format.
|
| org.eclipse.rdf4j.rio.trix |
Parser and writer for RDF in
TriX format.
|
| org.eclipse.rdf4j.rio.turtle |
Parser and writer for RDF in Turtle format.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQueryResult |
BackgroundResultExecutor.parse(RDFParser parser,
InputStream in,
Charset charset,
String baseURI) |
| Constructor and Description |
|---|
BackgroundGraphResult(QueueCursor<Statement> queue,
RDFParser parser,
InputStream in,
Charset charset,
String baseURI)
Deprecated.
|
BackgroundGraphResult(RDFParser parser,
InputStream in,
Charset charset,
String baseURI)
Deprecated.
|
| Constructor and Description |
|---|
BackgroundGraphResult(QueueCursor<Statement> queue,
RDFParser parser,
InputStream in,
Charset charset,
String baseURI) |
BackgroundGraphResult(RDFParser parser,
InputStream in,
Charset charset,
String baseURI) |
| Modifier and Type | Method and Description |
|---|---|
static RDFParser |
Rio.createParser(RDFFormat format)
Convenience methods for creating RDFParser objects.
|
static RDFParser |
Rio.createParser(RDFFormat format,
ValueFactory valueFactory)
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF
model objects.
|
RDFParser |
RDFParserFactory.getParser()
Returns a RDFParser instance.
|
<T> RDFParser |
RDFParser.set(RioSetting<T> setting,
T value)
Set a setting on the parser, and return this parser object to allow chaining.
|
RDFParser |
RDFParser.setParseErrorListener(ParseErrorListener el)
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
|
RDFParser |
RDFParser.setParseLocationListener(ParseLocationListener ll)
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
|
RDFParser |
RDFParser.setParserConfig(ParserConfig config)
Sets all supplied parser configuration options.
|
RDFParser |
RDFParser.setRDFHandler(RDFHandler handler)
Sets the RDFHandler that will handle the parsed RDF data.
|
RDFParser |
RDFParser.setValueFactory(ValueFactory valueFactory)
Sets the ValueFactory that the parser will use to create Value objects for the parsed RDF data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRDFParser |
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
BinaryRDFParserFactory.getParser()
Returns a new instance of
BinaryRDFParser. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRDFParser
Base class for
RDFParsers offering common functionality for RDF parsers. |
class |
RDFParserBase
Deprecated.
since 4.0. Use
AbstractRDFParser instead. |
| Modifier and Type | Method and Description |
|---|---|
<T> RDFParser |
AbstractRDFParser.set(RioSetting<T> setting,
T value) |
RDFParser |
AbstractRDFParser.setParseErrorListener(ParseErrorListener el) |
RDFParser |
AbstractRDFParser.setParseLocationListener(ParseLocationListener el) |
RDFParser |
AbstractRDFParser.setParserConfig(ParserConfig config) |
RDFParser |
AbstractRDFParser.setRDFHandler(RDFHandler handler) |
RDFParser |
AbstractRDFParser.setValueFactory(ValueFactory valueFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONLDParser
An
RDFParser that links to JSONLDInternalTripleCallback. |
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
JSONLDParserFactory.getParser() |
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
N3ParserFactory.getParser()
Returns a new instance of
TurtleParser. |
| Modifier and Type | Class and Description |
|---|---|
class |
NQuadsParser
RDF parser implementation for the
N-Quads RDF format, extending the Rio N-Triples
parser. |
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
NQuadsParserFactory.getParser()
Returns a new instance of NQuadsParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NTriplesParser
RDF parser for N-Triples files.
|
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
NTriplesParserFactory.getParser()
Returns a new instance of NTriplesParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFJSONParser
RDFParser implementation for the RDF/JSON format |
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
RDFJSONParserFactory.getParser() |
| Modifier and Type | Class and Description |
|---|---|
class |
RDFXMLParser
A parser for XML-serialized RDF.
|
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
RDFXMLParserFactory.getParser()
Returns a new instance of RDFXMLParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriGParser
RDF parser for RDF-1.1 TriG files.
|
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
TriGParserFactory.getParser()
Returns a new instance of
TriGParser. |
| Modifier and Type | Class and Description |
|---|---|
class |
TriXParser
A parser that can parse RDF files that are in the TriX format
.
|
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
TriXParserFactory.getParser()
Returns a new instance of
TriXParser. |
| Modifier and Type | Class and Description |
|---|---|
class |
TurtleParser
RDF parser for RDF-1.1 Turtle
files.
|
| Modifier and Type | Method and Description |
|---|---|
RDFParser |
TurtleParserFactory.getParser()
Returns a new instance of
TurtleParser. |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.