Package | Description |
---|---|
org.eclipse.rdf4j.http.client | |
org.eclipse.rdf4j.query.impl | |
org.eclipse.rdf4j.repository.sail.helpers |
Helper and utility classes for the
SailRepository |
org.eclipse.rdf4j.rio |
Rio: The rdf4j parser/writer API.
|
org.eclipse.rdf4j.rio.binary |
Parser/writer for the rdf4j binary RDF format.
|
org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
org.eclipse.rdf4j.rio.jsonld |
Parser/writer for the JSON-L format.
|
org.eclipse.rdf4j.rio.n3 |
Writer for the Notation-3 (N3) format.
|
org.eclipse.rdf4j.rio.nquads |
Parser/writer for the N-Quads format.
|
org.eclipse.rdf4j.rio.ntriples |
Parser/writer for the N-Triples format.
|
org.eclipse.rdf4j.rio.rdfjson |
Parser/writer for the RDF/JSON format.
|
org.eclipse.rdf4j.rio.rdfxml |
Parser/writer for the RDF/XML format.
|
org.eclipse.rdf4j.rio.trig |
Parser/writer for the TriG format.
|
org.eclipse.rdf4j.rio.trix |
Parser/writer for the TriX format.
|
org.eclipse.rdf4j.rio.turtle |
Parser/writer for the 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 | Class and Description |
---|---|
class |
SPARQLUpdateDataBlockParser
An extension of
TriGParser that processes data in the format specified in the SPARQL 1.1 grammar for Quad
data (assuming no variables, as is the case for INSERT DATA and DELETE DATA operations). |
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.
|
Constructor and Description |
---|
NegativeParserTest(IRI testUri,
String caseURI,
String inputURL,
String baseURL,
RDFParser targetParser,
FailureMode failureMode) |
PositiveParserTest(IRI testUri,
String testName,
String inputURL,
String outputURL,
String baseURL,
RDFParser targetParser,
RDFParser ntriplesParser) |
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
RDFParser s offering common functionality for RDF parsers. |
class |
RDFParserBase
Deprecated.
since 2.0. Use
AbstractRDFParser instead. |
class |
XMLReaderBasedParser
Base class for Rio parsers that are based on a SAX
XMLReader . |
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 |
---|---|
protected abstract RDFParser |
N3ParserTestCase.createRDFParser() |
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 |
---|---|
protected abstract RDFParser |
AbstractNQuadsParserTest.createRDFParser() |
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 |
---|---|
protected abstract RDFParser |
AbstractNTriplesParserTest.createRDFParser() |
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 |
---|---|
protected abstract RDFParser |
RDFJSONParserTestCase.createRDFParser() |
RDFParser |
RDFJSONParserFactory.getParser() |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLParser
A parser for XML-serialized RDF.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
RDFXMLParserTestCase.createRDFParser() |
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 |
---|---|
protected abstract RDFParser |
TriGParserTestCase.createNQuadsParser() |
protected abstract RDFParser |
TriGParserTestCase.createTriGParser() |
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 |
---|---|
protected abstract RDFParser |
TurtleParserTestCase.createNTriplesParser() |
protected abstract RDFParser |
TurtleParserTestCase.createTurtleParser() |
RDFParser |
TurtleParserFactory.getParser()
Returns a new instance of
TurtleParser . |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.