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.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepositoryorg.eclipse.rdf4j.repository.sparql ARepositorythat 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.rio.jsonld Parser/writer for the JSON-L format. -
-
Uses of ParserConfig in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as ParserConfig Modifier and Type Field Description private ParserConfigSPARQLProtocolSession. parserConfigMethods in org.eclipse.rdf4j.http.client that return ParserConfig Modifier and Type Method Description ParserConfigSPARQLProtocolSession. getParserConfig()Methods in org.eclipse.rdf4j.http.client with parameters of type ParserConfig Modifier and Type Method Description voidSPARQLProtocolSession. setParserConfig(ParserConfig parserConfig)Sets the parser configuration used to process HTTP response data. -
Uses of ParserConfig in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as ParserConfig Modifier and Type Field Description private ParserConfigAbstractQueryResultParser. parserConfigA collection of configuration options for this parser.Methods in org.eclipse.rdf4j.query.resultio that return ParserConfig Modifier and Type Method Description ParserConfigAbstractQueryResultParser. getParserConfig()ParserConfigQueryResultParser. 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 QueryResultParserAbstractQueryResultParser. setParserConfig(ParserConfig config)QueryResultParserQueryResultParser. 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 ParserConfigRepositoryConnection. 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 voidRepositoryConnection. setParserConfig(ParserConfig config)Set the parser configuration this connection should use for RDFParser-based operations. -
Uses of ParserConfig in org.eclipse.rdf4j.repository.base
Fields in org.eclipse.rdf4j.repository.base declared as ParserConfig Modifier and Type Field Description private ParserConfigAbstractRepositoryConnection. parserConfigMethods in org.eclipse.rdf4j.repository.base that return ParserConfig Modifier and Type Method Description ParserConfigAbstractRepositoryConnection. getParserConfig()Methods in org.eclipse.rdf4j.repository.base with parameters of type ParserConfig Modifier and Type Method Description voidAbstractRepositoryConnection. setParserConfig(ParserConfig parserConfig)voidRepositoryConnectionWrapper. 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 private voidDatasetRepository. load(java.net.URL url, java.net.URLConnection urlCon, IRI context, ParserConfig config)voidDatasetRepository. loadDataset(java.net.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.http
Methods in org.eclipse.rdf4j.repository.http with parameters of type ParserConfig Modifier and Type Method Description voidHTTPRepositoryConnection. setParserConfig(ParserConfig parserConfig) -
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 otherSailConnectionmethods. -
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 voidSPARQLConnection. setParserConfig(ParserConfig parserConfig) -
Uses of ParserConfig in org.eclipse.rdf4j.repository.util
Fields in org.eclipse.rdf4j.repository.util declared as ParserConfig Modifier and Type Field Description private ParserConfigRDFLoader. configConstructors 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 ParserConfigParserConfig. 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.ParserConfigRDFParser. getParserConfig()Retrieves the current parser configuration as a single object.<T> ParserConfigParserConfig. set(RioSetting<T> setting, T value)ParserConfigParserConfig. setNonFatalErrors(java.util.Set<RioSetting<?>> nonFatalErrors)This method indicates a list of optional errors that the parser should attempt to recover from.ParserConfigParserConfig. useDefaults()Methods in org.eclipse.rdf4j.rio with parameters of type ParserConfig Modifier and Type Method Description static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.RDFParserRDFParser. setParserConfig(ParserConfig config)Sets all supplied parser configuration options. -
Uses of ParserConfig in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as ParserConfig Modifier and Type Field Description private ParserConfigAbstractRDFParser. parserConfigA collection of configuration options for this parser.Methods in org.eclipse.rdf4j.rio.helpers that return ParserConfig Modifier and Type Method Description ParserConfigAbstractRDFParser. getParserConfig()Methods in org.eclipse.rdf4j.rio.helpers with parameters of type ParserConfig Modifier and Type Method Description static LiteralRDFParserHelper. createLiteral(java.lang.String label, java.lang.String lang, IRI datatype, ParserConfig parserConfig, ParseErrorListener errListener, ValueFactory valueFactory)Create a literal using the given parameters, including iterative verification and normalization by anyDatatypeHandlerorLanguageHandlerimplementations that are found in theParserConfig.static LiteralRDFParserHelper. createLiteral(java.lang.String label, java.lang.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 anyDatatypeHandlerorLanguageHandlerimplementations that are found in theParserConfig.static voidRDFParserHelper. reportError(java.lang.Exception e, long lineNo, long columnNo, RioSetting<java.lang.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 voidRDFParserHelper. reportError(java.lang.String msg, long lineNo, long columnNo, RioSetting<java.lang.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 voidRDFParserHelper. reportError(java.lang.String msg, RioSetting<java.lang.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.RDFParserAbstractRDFParser. setParserConfig(ParserConfig config) -
Uses of ParserConfig in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld declared as ParserConfig Modifier and Type Field Description private ParserConfigJSONLDInternalTripleCallback. parserConfigMethods in org.eclipse.rdf4j.rio.jsonld that return ParserConfig Modifier and Type Method Description ParserConfigJSONLDInternalTripleCallback. getParserConfig()Methods in org.eclipse.rdf4j.rio.jsonld with parameters of type ParserConfig Modifier and Type Method Description voidJSONLDInternalTripleCallback. setParserConfig(ParserConfig parserConfig)Constructors in org.eclipse.rdf4j.rio.jsonld with parameters of type ParserConfig Constructor Description JSONLDInternalTripleCallback(RDFHandler nextHandler, ValueFactory vf, ParserConfig parserConfig, ParseErrorListener parseErrorListener, java.util.function.Function<java.lang.String,Resource> namedBNodeCreator, java.util.function.Supplier<Resource> anonymousBNodeCreator)
-