Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query.resultio | |
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.base | |
org.openrdf.repository.dataset |
A repository wrapper which supports auto-loading of datasets specified in a query
|
org.openrdf.repository.sail.helpers | |
org.openrdf.repository.util | |
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 |
---|---|
ParserConfig |
SparqlSession.getParserConfig() |
Modifier and Type | Method and Description |
---|---|
void |
SparqlSession.setParserConfig(ParserConfig parserConfig)
Sets the parser configuration used to process HTTP response data.
|
Modifier and Type | Method and Description |
---|---|
ParserConfig |
QueryResultParserBase.getParserConfig() |
ParserConfig |
QueryResultParser.getParserConfig()
Retrieves the current parser configuration as a single object.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultParserBase.setParserConfig(ParserConfig config) |
void |
QueryResultParser.setParserConfig(ParserConfig config)
Sets all supplied parser configuration options.
|
Modifier and Type | Method and Description |
---|---|
ParserConfig |
RepositoryConnection.getParserConfig()
Returns the parser configuration this connection uses for Rio-based
operations.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnection.setParserConfig(ParserConfig config)
Set the parser configuration this connection should use for
RDFParser-based operations.
|
Modifier and Type | Method and Description |
---|---|
ParserConfig |
RepositoryConnectionBase.getParserConfig() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionBase.setParserConfig(ParserConfig parserConfig) |
void |
RepositoryConnectionWrapper.setParserConfig(ParserConfig parserConfig) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetRepository.loadDataset(URL url,
URI context,
ParserConfig config)
Inspects if the dataset at the supplied URL location has been modified
since the last load into this repository and if so loads it into the
supplied context.
|
Constructor and Description |
---|
SailUpdateExecutor(SailConnection con,
ValueFactory vf,
ParserConfig loadConfig)
Implementation of
SailUpdate.execute() using
SailConnection.evaluate(TupleExpr, Dataset, BindingSet, boolean)
and other SailConnection methods. |
Constructor and Description |
---|
RDFLoader(ParserConfig config,
ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
ParserConfig |
RDFParser.getParserConfig()
Retrieves the current parser configuration as a single object.
|
Modifier and Type | Method and Description |
---|---|
static Model |
Rio.parse(InputStream in,
String baseURI,
RDFFormat dataFormat,
ParserConfig settings,
ValueFactory valueFactory,
ParseErrorListener errors,
Resource... contexts)
Adds RDF data from an
InputStream to a Model , optionally
to one or more named contexts. |
static Model |
Rio.parse(Reader reader,
String baseURI,
RDFFormat dataFormat,
ParserConfig settings,
ValueFactory valueFactory,
ParseErrorListener errors,
Resource... contexts)
|
void |
RDFParser.setParserConfig(ParserConfig config)
Sets all supplied parser configuration options.
|
protected void |
RDFWriterTest.setupParserConfig(ParserConfig config)
Override this method to setup custom settings for ParserConfig needed to
pass tests.
|
Modifier and Type | Method and Description |
---|---|
ParserConfig |
RDFParserBase.getParserConfig() |
Modifier and Type | Method and Description |
---|---|
static Literal |
RDFParserHelper.createLiteral(String label,
String lang,
URI datatype,
ParserConfig parserConfig,
ParseErrorListener errListener,
ValueFactory valueFactory)
Create a literal using the given parameters, including iterative
verification and normalization by any
DatatypeHandler or
LanguageHandler implementations that are found in the
ParserConfig . |
static Literal |
RDFParserHelper.createLiteral(String label,
String lang,
URI datatype,
ParserConfig parserConfig,
ParseErrorListener errListener,
ValueFactory valueFactory,
int lineNo,
int columnNo)
Create a literal using the given parameters, including iterative
verification and normalization by any
DatatypeHandler or
LanguageHandler implementations that are found in the
ParserConfig . |
static void |
RDFParserHelper.reportError(Exception e,
int lineNo,
int columnNo,
RioSetting<Boolean> relevantSetting,
ParserConfig parserConfig,
ParseErrorListener errListener)
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
|
static void |
RDFParserHelper.reportError(String msg,
int lineNo,
int columnNo,
RioSetting<Boolean> relevantSetting,
ParserConfig parserConfig,
ParseErrorListener errListener)
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
|
static void |
RDFParserHelper.reportError(String msg,
RioSetting<Boolean> relevantSetting,
ParserConfig parserConfig,
ParseErrorListener errListener)
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
|
void |
RDFParserBase.setParserConfig(ParserConfig config) |
Copyright © 2001–2015 Aduna. All rights reserved.