Uses of Interface
org.eclipse.rdf4j.rio.RioSetting
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF format.
Parser/writer for the HDT v1.0 format.
Provides helpers classes for Rio.
Parser/writer for the JSON-LD 1.1 format.
Parser/writer for the JSON-LD 1.0 format.
Writer for the Notation-3 (N3) format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of RioSetting in org.eclipse.rdf4j.query.resultio
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> AbstractQueryResultParser.getSupportedSettings()
Collection
<RioSetting<?>> AbstractQueryResultWriter.getSupportedSettings()
Collection
<RioSetting<?>> QueryResultParser.getSupportedSettings()
Collection
<RioSetting<?>> QueryResultWriter.getSupportedSettings()
Modifier and TypeMethodDescriptionAbstractQueryResultParser.set
(RioSetting<T> setting, T value) QueryResultParser.set
(RioSetting<T> setting, T value) Set a setting on the parser, and return this parser object to allow chaining. -
Uses of RioSetting in org.eclipse.rdf4j.query.resultio.binary
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> BinaryQueryResultWriter.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> AbstractSPARQLJSONParser.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeMethodDescriptionAbstractSPARQLXMLParser.getCompulsoryXmlFeatureSettings()
Returns a collection of settings that will always be set as XML parser features usingXMLReader.setFeature(String, boolean)
.Collection
<RioSetting<?>> AbstractSPARQLXMLParser.getCompulsoryXmlPropertySettings()
Returns a collection of settings that will always be set as XML parser properties usingXMLReader.setProperty(String, Object)
AbstractSPARQLXMLParser.getOptionalXmlFeatureSettings()
Returns a collection of settings that will be used, if set inAbstractQueryResultParser.getParserConfig()
, as XML parser features usingXMLReader.setFeature(String, boolean)
.Collection
<RioSetting<?>> AbstractSPARQLXMLParser.getOptionalXmlPropertySettings()
Returns a collection of settings that will be used, if set inAbstractQueryResultParser.getParserConfig()
, as XML parser properties usingXMLReader.setProperty(String, Object)
Collection
<RioSetting<?>> AbstractSPARQLXMLParser.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.rio
Modifier and TypeFieldDescriptionprotected final ConcurrentMap
<RioSetting<Object>, Object> RioConfig.settings
A map containing mappings from settings to their values.protected final ConcurrentMap
<RioSetting<Object>, Object> RioConfig.systemPropertyCache
A map containing mappings from settings to system properties that have been discovered since the last call toRioConfig.useDefaults()
.Modifier and TypeMethodDescriptionSet
<RioSetting<?>> ParserConfig.getNonFatalErrors()
Get the current set of non-fatal errors.Collection
<RioSetting<?>> RDFParser.getSupportedSettings()
Collection
<RioSetting<?>> RDFWriter.getSupportedSettings()
Modifier and TypeMethodDescriptionParserConfig.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.<T> T
RioConfig.get
(RioSetting<T> setting) Return the value for a givenRioSetting
or the default value if it has not been set.boolean
ParserConfig.isNonFatalError
(RioSetting<?> errorToCheck) This method is used by the parser to check whether they should throw an exception or attempt to recover from a non-fatal error.<T> boolean
RioConfig.isSet
(RioSetting<T> setting) Checks for whether aRioSetting
has been explicitly set by a user.<T> ParserConfig
ParserConfig.set
(RioSetting<T> setting, T value) <T> RDFParser
RDFParser.set
(RioSetting<T> setting, T value) Set a setting on the parser, and return this parser object to allow chaining.<T> RDFWriter
RDFWriter.set
(RioSetting<T> setting, T value) Set a setting on the writer, and return this writer object to allow chaining.<T> RioConfig
RioConfig.set
(RioSetting<T> setting, T value) Sets aRioSetting
to have a new value.<T> WriterConfig
WriterConfig.set
(RioSetting<T> setting, T value) Modifier and TypeMethodDescriptionParserConfig.setNonFatalErrors
(Set<RioSetting<?>> nonFatalErrors) This method indicates a list of optional errors that the parser should attempt to recover from. -
Uses of RioSetting in org.eclipse.rdf4j.rio.binary
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> BinaryRDFWriter.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.rio.hdt
-
Uses of RioSetting in org.eclipse.rdf4j.rio.helpers
Modifier and TypeClassDescriptionclass
Base class forRioSetting
.class
ARioSetting
with aBoolean
value.class
ARioSetting
with aClass
value.class
ARioSetting
with aInteger
value.class
ARioSetting
with aLong
value.final class
Basic implementation ofRioSetting
interface, without support for default override via system properties.final class
ARioSetting
with aSet
value.class
ARioSetting
with aString
value.Modifier and TypeFieldDescriptionstatic final RioSetting
<XMLReader> XMLParserSettings.CUSTOM_XML_READER
Parser setting to customise the XMLReader that is used by an XML based Rio parser.static final RioSetting
<List<DatatypeHandler>> BasicParserSettings.DATATYPE_HANDLERS
Setting used to specify whichDatatypeHandler
implementations are to be used for a given parser configuration.static final RioSetting
<com.github.jsonldjava.core.DocumentLoader> JSONLDSettings.DOCUMENT_LOADER
If specified, it is used to retrieve remote documents and contexts; otherwise the processor's built-in loader is used.static final RioSetting
<no.hasmac.jsonld.document.Document> JSONLDSettings.EXPAND_CONTEXT
The JSON-LD context to use when expanding JSON-LDstatic final RioSetting
<no.hasmac.jsonld.document.Document> JSONLDSettings.FRAME
static final RioSetting
<JSONLDMode> JSONLDSettings.JSONLD_MODE
TheJSONLDMode
that the writer will use to reorganise the JSONLD document after it is created.static final RioSetting
<List<LanguageHandler>> BasicParserSettings.LANGUAGE_HANDLERS
Setting used to specify whichLanguageHandler
implementations are to be used for a given parser configuration.static final RioSetting
<LargeLiteralHandling> BasicParserSettings.LARGE_LITERALS_HANDLING
Boolean setting for parser to determine whether parser should preserve, truncate, drop, or otherwise manipulate statements that contain long literals.static final RioSetting
<Set<Namespace>> BasicParserSettings.NAMESPACES
Setting to provide a collection ofNamespace
objects which will be used when parsing RDF as the basis for the default set of namespaces of the document.static final RioSetting
<RDFaVersion> RDFaParserSettings.RDFA_COMPATIBILITY
Boolean setting for parser to determine the RDFa version to use when processing the document.Modifier and TypeMethodDescriptionXMLReaderBasedParser.getCompulsoryXmlFeatureSettings()
Returns a collection of settings that will always be set as XML parser features usingXMLReader.setFeature(String, boolean)
.Collection
<RioSetting<?>> XMLReaderBasedParser.getCompulsoryXmlPropertySettings()
Returns a collection of settings that will always be set as XML parser properties usingXMLReader.setProperty(String, Object)
XMLReaderBasedParser.getOptionalXmlFeatureSettings()
Returns a collection of settings that will be used, if set inAbstractRDFParser.getParserConfig()
, as XML parser features usingXMLReader.setFeature(String, boolean)
.Collection
<RioSetting<?>> XMLReaderBasedParser.getOptionalXmlPropertySettings()
Returns a collection of settings that will be used, if set inAbstractRDFParser.getParserConfig()
, as XML parser properties usingXMLReader.setProperty(String, Object)
Collection
<RioSetting<?>> AbstractRDFParser.getSupportedSettings()
Collection
<RioSetting<?>> AbstractRDFWriter.getSupportedSettings()
Modifier and TypeMethodDescriptionprotected void
AbstractRDFParser.reportError
(Exception e, long lineNo, long columnNo, RioSetting<Boolean> relevantSetting) Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.protected void
AbstractRDFParser.reportError
(Exception e, RioSetting<Boolean> relevantSetting) Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.protected void
AbstractRDFParser.reportError
(String msg, long lineNo, long columnNo, RioSetting<Boolean> relevantSetting) Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.protected void
AbstractRDFParser.reportError
(String msg, Exception e, long lineNo, long columnNo, RioSetting<Boolean> relevantSetting) Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.protected void
AbstractRDFParser.reportError
(String msg, RioSetting<Boolean> relevantSetting) 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
(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.<T> RDFParser
AbstractRDFParser.set
(RioSetting<T> setting, T value) <T> RDFWriter
AbstractRDFWriter.set
(RioSetting<T> setting, T value) -
Uses of RioSetting in org.eclipse.rdf4j.rio.jsonld
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> JSONLDParser.getSupportedSettings()
Collection
<RioSetting<?>> JSONLDWriter.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.rio.jsonld.legacy
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> JSONLDParser.getSupportedSettings()
Collection
<RioSetting<?>> JSONLDWriter.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.rio.n3
-
Uses of RioSetting in org.eclipse.rdf4j.rio.ndjsonld
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> NDJSONLDWriter.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.rio.ndjsonld.legacy
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> NDJSONLDWriter.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.rio.ntriples
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> NTriplesParser.getSupportedSettings()
final Collection
<RioSetting<?>> NTriplesWriter.getSupportedSettings()
Modifier and TypeMethodDescriptionprotected void
NTriplesParser.reportError
(Exception e, RioSetting<Boolean> setting) protected void
NTriplesParser.reportError
(String msg, RioSetting<Boolean> setting) OverridesAbstractRDFParser.reportError(String, RioSetting)
, adding line number information to the error. -
Uses of RioSetting in org.eclipse.rdf4j.rio.rdfjson
Modifier and TypeFieldDescriptionstatic final RioSetting
<Boolean> RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_DATATYPES
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple datatypes for a single object in a single statement.static final RioSetting
<Boolean> RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_LANGUAGES
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple languages for a single object in a single statement.static final RioSetting
<Boolean> RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_TYPES
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple types for a single object in a single statement.static final RioSetting
<Boolean> RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_VALUES
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple values for a single object in a single statement.static final RioSetting
<Boolean> RDFJSONParserSettings.FAIL_ON_UNKNOWN_PROPERTY
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple properties that it does not recognize in the JSON document.static final RioSetting
<Boolean> RDFJSONParserSettings.SUPPORT_GRAPHS_EXTENSION
Boolean setting for parser to determine whether an RDF/JSON parser should support the graphs extension to make it a quads format.Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> RDFJSONParser.getSupportedSettings()
Collection
<RioSetting<?>> RDFJSONWriter.getSupportedSettings()
Modifier and TypeMethodDescriptionprotected void
RDFJSONParser.reportError
(String msg, com.fasterxml.jackson.core.JsonLocation location, RioSetting<Boolean> setting) protected void
RDFJSONParser.reportError
(String msg, Exception e, com.fasterxml.jackson.core.JsonLocation location, RioSetting<Boolean> setting) -
Uses of RioSetting in org.eclipse.rdf4j.rio.rdfxml
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> RDFXMLParser.getSupportedSettings()
Collection
<RioSetting<?>> RDFXMLWriter.getSupportedSettings()
Modifier and TypeMethodDescriptionprotected void
RDFXMLParser.reportError
(Exception e, RioSetting<Boolean> setting) OverridesAbstractRDFParser.reportError(String, RioSetting)
, adding line- and column number information to the error.protected void
RDFXMLParser.reportError
(String msg, RioSetting<Boolean> setting) OverridesAbstractRDFParser.reportError(String, RioSetting)
, adding line- and column number information to the error. -
Uses of RioSetting in org.eclipse.rdf4j.rio.rdfxml.util
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> RDFXMLPrettyWriter.getSupportedSettings()
-
Uses of RioSetting in org.eclipse.rdf4j.rio.trix
Modifier and TypeMethodDescriptionprotected void
TriXParser.reportError
(String msg, RioSetting<Boolean> setting) OverridesAbstractRDFParser.reportError(String, RioSetting)
, adding line- and column number information to the error. -
Uses of RioSetting in org.eclipse.rdf4j.rio.turtle
Modifier and TypeMethodDescriptionCollection
<RioSetting<?>> TurtleParser.getSupportedSettings()
Collection
<RioSetting<?>> TurtleWriter.getSupportedSettings()
Modifier and TypeMethodDescriptionprotected void
TurtleParser.reportError
(String msg, RioSetting<Boolean> setting) OverridesAbstractRDFParser.reportError(String, RioSetting)
, adding line number information to the error. -
Uses of RioSetting in org.eclipse.rdf4j.testsuite.query.resultio
Modifier and TypeMethodDescriptionprotected abstract RioSetting<?>[]
AbstractTupleQueryResultWriterTest.getExpectedSupportedSettings()
Get theRioSetting
s expected to be returned byQueryResultWriter.getSupportedSettings()
.