Uses of Class
org.eclipse.rdf4j.rio.ParserConfig
-
Packages that use ParserConfig Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.repository The Repository API: the main API for accessing rdf databases and SPARQL endpoints.org.eclipse.rdf4j.repository.base Abstract base classes and wrappers for the main Repository API interfaces.org.eclipse.rdf4j.repository.dataset A repository wrapper which supports auto-loading of datasets specified in a query.org.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepository
org.eclipse.rdf4j.repository.sparql ARepository
that serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.util Helper classes for working with Repositories.org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.workbench.base -
-
Uses of ParserConfig in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return ParserConfig Modifier and Type Method Description ParserConfig
SPARQLProtocolSession. getParserConfig()
Methods in org.eclipse.rdf4j.http.client with parameters of type ParserConfig Modifier and Type Method Description void
SPARQLProtocolSession. setParserConfig(ParserConfig parserConfig)
Sets the parser configuration used to process HTTP response data. -
Uses of ParserConfig in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return ParserConfig Modifier and Type Method Description ParserConfig
AbstractQueryResultParser. getParserConfig()
ParserConfig
QueryResultParser. getParserConfig()
Retrieves the current parser configuration as a single object.Methods in org.eclipse.rdf4j.query.resultio with parameters of type ParserConfig Modifier and Type Method Description QueryResultParser
AbstractQueryResultParser. setParserConfig(ParserConfig config)
QueryResultParser
QueryResultParser. setParserConfig(ParserConfig config)
Sets all supplied parser configuration options. -
Uses of ParserConfig in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return ParserConfig Modifier and Type Method Description ParserConfig
RepositoryConnection. getParserConfig()
Returns the parser configuration this connection uses for Rio-based operations.Methods in org.eclipse.rdf4j.repository with parameters of type ParserConfig Modifier and Type Method Description void
RepositoryConnection. setParserConfig(ParserConfig config)
Set the parser configuration this connection should use for RDFParser-based operations. -
Uses of ParserConfig in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return ParserConfig Modifier and Type Method Description ParserConfig
AbstractRepositoryConnection. getParserConfig()
Methods in org.eclipse.rdf4j.repository.base with parameters of type ParserConfig Modifier and Type Method Description void
AbstractRepositoryConnection. setParserConfig(ParserConfig parserConfig)
void
RepositoryConnectionWrapper. setParserConfig(ParserConfig parserConfig)
-
Uses of ParserConfig in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset with parameters of type ParserConfig Modifier and Type Method Description void
DatasetRepository. loadDataset(URL url, IRI 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. -
Uses of ParserConfig in org.eclipse.rdf4j.repository.sail.helpers
Constructors in org.eclipse.rdf4j.repository.sail.helpers with parameters of type ParserConfig Constructor Description SailUpdateExecutor(SailConnection con, ValueFactory vf, ParserConfig loadConfig)
Implementation ofSailUpdate.execute()
usingSailConnection.evaluate(TupleExpr, Dataset, BindingSet, boolean)
and otherSailConnection
methods. -
Uses of ParserConfig in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type ParserConfig Modifier and Type Method Description void
SPARQLConnection. setParserConfig(ParserConfig parserConfig)
-
Uses of ParserConfig in org.eclipse.rdf4j.repository.util
Constructors in org.eclipse.rdf4j.repository.util with parameters of type ParserConfig Constructor Description RDFLoader(ParserConfig config, ValueFactory vf)
-
Uses of ParserConfig in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return ParserConfig Modifier and Type Method Description ParserConfig
ParserConfig. addNonFatalError(RioSetting<?> nextNonFatalError)
Add a non-fatal error to the set used by parsers to determine whether they should attempt to recover from a particular parsing error.ParserConfig
RDFParser. getParserConfig()
Retrieves the current parser configuration as a single object.<T> ParserConfig
ParserConfig. set(RioSetting<T> setting, T value)
ParserConfig
ParserConfig. setNonFatalErrors(Set<RioSetting<?>> nonFatalErrors)
This method indicates a list of optional errors that the parser should attempt to recover from.ParserConfig
ParserConfig. useDefaults()
Methods in org.eclipse.rdf4j.rio with parameters of type ParserConfig Modifier and Type Method Description static Model
Rio. parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)
static Model
Rio. parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)
static Model
Rio. parse(Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
RDFParser
RDFParser. setParserConfig(ParserConfig config)
Sets all supplied parser configuration options. -
Uses of ParserConfig in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return ParserConfig Modifier and Type Method Description ParserConfig
AbstractRDFParser. getParserConfig()
Methods in org.eclipse.rdf4j.rio.helpers with parameters of type ParserConfig Modifier and Type Method Description static Literal
RDFParserHelper. createLiteral(String label, String lang, IRI datatype, ParserConfig parserConfig, ParseErrorListener errListener, ValueFactory valueFactory)
Create a literal using the given parameters, including iterative verification and normalization by anyDatatypeHandler
orLanguageHandler
implementations that are found in theParserConfig
.static Literal
RDFParserHelper. createLiteral(String label, String lang, IRI datatype, ParserConfig parserConfig, ParseErrorListener errListener, ValueFactory valueFactory, long lineNo, long columnNo)
Create a literal using the given parameters, including iterative verification and normalization by anyDatatypeHandler
orLanguageHandler
implementations that are found in theParserConfig
.static void
RDFParserHelper. reportError(Exception e, long lineNo, long 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, long lineNo, long 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.RDFParser
AbstractRDFParser. setParserConfig(ParserConfig config)
-
Uses of ParserConfig in org.eclipse.rdf4j.workbench.base
Fields in org.eclipse.rdf4j.workbench.base declared as ParserConfig Modifier and Type Field Description protected static ParserConfig
TransformationServlet. NON_VERIFYING_PARSER_CONFIG
-