| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.resultio | |
| org.eclipse.rdf4j.query.resultio.sparqljson | A writer for the 
        SPARQL Query Results JSON Format | 
| org.eclipse.rdf4j.query.resultio.sparqlxml | Parsers and writers for the 
        SPARQL Query Results XML Format | 
| org.eclipse.rdf4j.repository.http.helpers | |
| 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. | 
| 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.trix | Parser/writer for the TriX format. | 
| org.eclipse.rdf4j.rio.turtle | Parser/writer for the Turtle format. | 
| Modifier and Type | Field and Description | 
|---|---|
| static RioSetting<Boolean> | BasicQueryWriterSettings. ADD_SESAME_QNAMESpecifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations
 to output. | 
| static RioSetting<String> | BasicQueryWriterSettings. JSONP_CALLBACKSpecifies a callback function name for wrapping JSON results to support the JSONP cross-origin request
 methodology. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | AbstractQueryResultWriter. getSupportedSettings() | 
| Collection<RioSetting<?>> | QueryResultParser. getSupportedSettings() | 
| Collection<RioSetting<?>> | AbstractQueryResultParser. getSupportedSettings() | 
| Collection<RioSetting<?>> | QueryResultWriter. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> QueryResultParser | QueryResultParser. set(RioSetting<T> setting,
   T value)Set a setting on the parser, and return this parser object to allow chaining. | 
| <T> QueryResultParser | AbstractQueryResultParser. set(RioSetting<T> setting,
   T value) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | AbstractSPARQLJSONParser. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<Boolean>> | AbstractSPARQLXMLParser. getCompulsoryXmlFeatureSettings()Returns a collection of settings that will always be set as XML parser features using
  XMLReader.setFeature(String, boolean). | 
| Collection<RioSetting<?>> | AbstractSPARQLXMLParser. getCompulsoryXmlPropertySettings()Returns a collection of settings that will always be set as XML parser properties using
  XMLReader.setProperty(String, Object) | 
| Collection<RioSetting<Boolean>> | AbstractSPARQLXMLParser. getOptionalXmlFeatureSettings()Returns a collection of settings that will be used, if set in  AbstractQueryResultParser.getParserConfig(), as XML parser features
 usingXMLReader.setFeature(String, boolean). | 
| Collection<RioSetting<?>> | AbstractSPARQLXMLParser. getOptionalXmlPropertySettings()Returns a collection of settings that will be used, if set in  AbstractQueryResultParser.getParserConfig(), as XML parser
 properties usingXMLReader.setProperty(String, Object) | 
| Collection<RioSetting<?>> | AbstractSPARQLXMLParser. getSupportedSettings() | 
| Modifier and Type | Field and Description | 
|---|---|
| static RioSetting<Integer> | HTTPRepositorySettings. MAX_STATEMENT_BUFFER_SIZEMaximum size (in number of statements) allowed for statement buffers before they are forcibly flushed. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConcurrentMap<RioSetting<Object>,Object> | RioConfig. settingsA map containing mappings from settings to their values. | 
| protected ConcurrentMap<RioSetting<Object>,Object> | RioConfig. systemPropertyCacheA map containing mappings from settings to system properties that have been discovered since the last call to
  RioConfig.useDefaults(). | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<RioSetting<?>> | ParserConfig. getNonFatalErrors()Get the current set of non-fatal errors. | 
| Collection<RioSetting<?>> | RDFWriter. getSupportedSettings() | 
| Collection<RioSetting<?>> | RDFParser. getSupportedSettings() | 
| Modifier and Type | Method and 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. | 
| <T> T | RioConfig. get(RioSetting<T> setting)Return the value for a given  RioSettingor 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 a  RioSettinghas been explicitly set by a user. | 
| <T> RDFWriter | RDFWriter. set(RioSetting<T> setting,
   T value)Set a setting on the writer, and return this writer object to allow chaining. | 
| <T> WriterConfig | WriterConfig. 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> RioConfig | RioConfig. set(RioSetting<T> setting,
   T value)Sets a  RioSettingto have a new value. | 
| <T> ParserConfig | ParserConfig. set(RioSetting<T> setting,
   T value) | 
| Modifier and Type | Method and Description | 
|---|---|
| ParserConfig | ParserConfig. setNonFatalErrors(Set<RioSetting<?>> nonFatalErrors)This method indicates a list of optional errors that the parser should attempt to recover from. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractRioSetting<T>Base class for  RioSetting. | 
| class  | BooleanRioSettingA  RioSettingwith aBooleanvalue. | 
| class  | ClassRioSetting<T>A  RioSettingwith aClassvalue. | 
| class  | LongRioSettingA  RioSettingwith aLongvalue. | 
| class  | RioSettingImpl<T>Basic implementation of  RioSettinginterface, without support for default override via system properties. | 
| class  | StringRioSettingA  RioSettingwith aStringvalue. | 
| Modifier and Type | Field and Description | 
|---|---|
| static RioSetting<Boolean> | JSONSettings. ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTERBoolean setting for JSON parsers to determine if any character is allowed to be backslash escaped. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_COMMENTSBoolean setting for JSON parsers to determine if Java/C++ style comments are allowed. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_NON_NUMERIC_NUMBERSBoolean setting for JSON parsers to determine if non-numeric numbers (INF/-INF/NaN) are allowed. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_NUMERIC_LEADING_ZEROSBoolean setting for JSON parsers to determine if numeric leading zeroes are allowed. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_SINGLE_QUOTESBoolean setting for JSON parsers to determine if single quotes are allowed. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_TRAILING_COMMABoolean setting for JSON parsers to determine if trailing commas are allows. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_UNQUOTED_CONTROL_CHARSBoolean setting for JSON parsers to determine if unquoted control characters are allowed. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_UNQUOTED_FIELD_NAMESBoolean setting for JSON parsers to determine if unquoted field names are allowed. | 
| static RioSetting<Boolean> | JSONSettings. ALLOW_YAML_COMMENTSBoolean setting for JSON parsers to determine if YAML comments (starting with '#') are allowed. | 
| static RioSetting<Boolean> | BasicWriterSettings. BASE_DIRECTIVEBoolean setting for writer to determine whether it should include a base directive. | 
| static RioSetting<Boolean> | TurtleParserSettings. CASE_INSENSITIVE_DIRECTIVESAllows the Turtle parser to recognize @BASE and @PREFIX in a similar way to the SPARQL case
 insensitive directives. | 
| static RioSetting<Boolean> | JSONLDSettings. COMPACT_ARRAYSIf set to true, the JSON-LD processor replaces arrays with just one element with that element during compaction. | 
| static RioSetting<XMLReader> | XMLParserSettings. CUSTOM_XML_READERParser setting to customise the XMLReader that is used by an XML based Rio parser. | 
| static RioSetting<List<DatatypeHandler>> | BasicParserSettings. DATATYPE_HANDLERSSetting used to specify which  DatatypeHandlerimplementations are to be used for a given parser
 configuration. | 
| static RioSetting<Boolean> | XMLParserSettings. DISALLOW_DOCTYPE_DECLParser setting specifying whether DOCTYPE declaration should be disallowed. | 
| static RioSetting<com.github.jsonldjava.core.DocumentLoader> | JSONLDSettings. DOCUMENT_LOADERIf specified, it is used to retrieve remote documents and contexts; otherwise the processor's built-in loader is
 used. | 
| static RioSetting<Boolean> | NTriplesWriterSettings. ESCAPE_UNICODEBoolean setting for writer to determine if unicode escapes are used. | 
| static RioSetting<Boolean> | XMLParserSettings. EXTERNAL_GENERAL_ENTITIESParser setting specifying whether external text entities should be included. | 
| static RioSetting<Boolean> | XMLParserSettings. EXTERNAL_PARAMETER_ENTITIESParser setting specifying whether external parameter entities should be included. | 
| static RioSetting<Boolean> | XMLParserSettings. FAIL_ON_DUPLICATE_RDF_IDParser setting to determine whether to throw an error for duplicate uses of rdf:ID in a single document. | 
| static RioSetting<Boolean> | NTriplesParserSettings. FAIL_ON_INVALID_LINESBoolean setting for parser to determine whether syntactically invalid lines in N-Triples and N-Quads documents
 generate a parse error. | 
| static RioSetting<Boolean> | XMLParserSettings. FAIL_ON_INVALID_NCNAMEParser setting to determine whether to ignore XML documents containing invalid NCNAMEs. | 
| static RioSetting<Boolean> | XMLParserSettings. FAIL_ON_INVALID_QNAMEParser setting to determine whether to ignore XML documents containing invalid QNAMEs. | 
| static RioSetting<Boolean> | TriXParserSettings. FAIL_ON_INVALID_STATEMENTBoolean setting for parser to determine whether the TriX parser should treat invalid statements as an error. | 
| static RioSetting<Boolean> | XMLParserSettings. FAIL_ON_MISMATCHED_TAGSParser setting to determine whether to throw an error for XML documents containing mismatched tags | 
| static RioSetting<Boolean> | TriXParserSettings. FAIL_ON_MISSING_DATATYPEBoolean setting for parser to determine whether the TriX parser should treat missing datatypes as an error. | 
| static RioSetting<Boolean> | RDFJSONParserSettings. FAIL_ON_MULTIPLE_OBJECT_DATATYPESBoolean 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 RioSetting<Boolean> | RDFJSONParserSettings. FAIL_ON_MULTIPLE_OBJECT_LANGUAGESBoolean 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 RioSetting<Boolean> | RDFJSONParserSettings. FAIL_ON_MULTIPLE_OBJECT_TYPESBoolean 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 RioSetting<Boolean> | RDFJSONParserSettings. FAIL_ON_MULTIPLE_OBJECT_VALUESBoolean 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 RioSetting<Boolean> | XMLParserSettings. FAIL_ON_NON_STANDARD_ATTRIBUTESParser setting to determine whether to ignore non-standard attributes that are found in an XML document. | 
| static RioSetting<Boolean> | NTriplesParserSettings. FAIL_ON_NTRIPLES_INVALID_LINESDeprecated. 
 use  NTriplesParserSettings.FAIL_ON_INVALID_LINESinstead. | 
| static RioSetting<Boolean> | RDFaParserSettings. FAIL_ON_RDFA_UNDEFINED_PREFIXESDeprecated. 
 | 
| static RioSetting<Boolean> | XMLParserSettings. FAIL_ON_SAX_NON_FATAL_ERRORSParser setting to determine whether to ignore non-fatal errors that come from SAX parsers. | 
| static RioSetting<Boolean> | TriXParserSettings. FAIL_ON_TRIX_INVALID_STATEMENTDeprecated. 
 use  TriXParserSettings.FAIL_ON_INVALID_STATEMENTinstead | 
| static RioSetting<Boolean> | TriXParserSettings. FAIL_ON_TRIX_MISSING_DATATYPEDeprecated. 
 use  TriXParserSettings.FAIL_ON_MISSING_DATATYPEinstead. | 
| static RioSetting<Boolean> | BasicParserSettings. FAIL_ON_UNKNOWN_DATATYPESBoolean setting for parser to determine whether to fail parsing if datatypes are not recognised. | 
| static RioSetting<Boolean> | BasicParserSettings. FAIL_ON_UNKNOWN_LANGUAGESBoolean setting for parser to determine whether to fail parsing if languages are not recognized. | 
| static RioSetting<Boolean> | RDFJSONParserSettings. FAIL_ON_UNKNOWN_PROPERTYBoolean 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 RioSetting<Boolean> | JSONLDSettings. HIERARCHICAL_VIEWIf set to true, the JSON-LD processor will try to represent the JSON-LD object in a hierarchical view. | 
| static RioSetting<Boolean> | XMLWriterSettings. INCLUDE_ROOT_RDF_TAGBoolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written. | 
| static RioSetting<Boolean> | JSONSettings. INCLUDE_SOURCE_IN_LOCATIONBoolean setting for JSON parsers to determine if errors should include a reference to the source or not. | 
| static RioSetting<Boolean> | XMLWriterSettings. INCLUDE_XML_PIBoolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed. | 
| static RioSetting<Boolean> | BasicWriterSettings. INLINE_BLANK_NODESInline blanks nodes by their value and don't write any blank node labels when this setting is true. | 
| static RioSetting<JSONLDMode> | JSONLDSettings. JSONLD_MODEThe  JSONLDModethat the writer will use to reorganise the JSONLD document after it is created. | 
| static RioSetting<List<LanguageHandler>> | BasicParserSettings. LANGUAGE_HANDLERSSetting used to specify which  LanguageHandlerimplementations are to be used for a given parser
 configuration. | 
| static RioSetting<LargeLiteralHandling> | BasicParserSettings. LARGE_LITERALS_HANDLINGBoolean setting for parser to determine whether parser should preserve, truncate, drop, or otherwise manipulate
 statements that contain long literals. | 
| static RioSetting<Long> | BasicParserSettings. LARGE_LITERALS_LIMITIf  BasicParserSettings.LARGE_LITERALS_HANDLINGis set toLargeLiteralHandling.PRESERVE, which it is by default, then
 the value of this setting is not used. | 
| static RioSetting<Boolean> | XMLParserSettings. LOAD_EXTERNAL_DTDParser setting specifying whether external DTDs should be loaded. | 
| static RioSetting<Set<Namespace>> | BasicParserSettings. NAMESPACES
 Setting to provide a collection of  Namespaceobjects which will be used when parsing RDF as the basis for
 the default set of namespaces of the document. | 
| static RioSetting<Boolean> | BasicParserSettings. NORMALIZE_DATATYPE_VALUESBoolean setting for parser to determine whether recognised datatypes need to have their values be normalized. | 
| static RioSetting<Boolean> | BasicParserSettings. NORMALIZE_LANGUAGE_TAGSBoolean setting for parser to determine whether languages need to be normalized, and to which format they should
 be normalized. | 
| static RioSetting<Boolean> | JSONLDSettings. OPTIMIZEIf set to true, the JSON-LD processor is allowed to optimize the output of the
 Compaction algorithm to produce
 even compacter representations. | 
| static RioSetting<Boolean> | XMLParserSettings. PARSE_STANDALONE_DOCUMENTSFlag indicating whether the parser parses stand-alone RDF documents. | 
| static RioSetting<Boolean> | BasicParserSettings. PRESERVE_BNODE_IDSBoolean setting for parser to determine whether parser should attempt to preserve identifiers for blank nodes. | 
| static RioSetting<Boolean> | BasicWriterSettings. PRETTY_PRINTBoolean setting for writer to determine whether pretty printing is preferred. | 
| static RioSetting<Boolean> | JSONLDSettings. PRODUCE_GENERALIZED_RDFIf set to true, the JSON-LD processor may emit blank nodes for triple predicates, otherwise they will be omitted. | 
| static RioSetting<Boolean> | XMLWriterSettings. QUOTES_TO_ENTITIES_IN_TEXTBoolean setting for RDF/XML Writer to determine if the character used to quote attribute values, (single quote or
 double quote) is also replaced within text nodes by it's corresponding entity. | 
| static RioSetting<Boolean> | BasicWriterSettings. RDF_LANGSTRING_TO_LANG_LITERALBoolean setting for writer to determine whether it should omit the rdf:langString datatype from language literals
 when serialising them. | 
| static RioSetting<RDFaVersion> | RDFaParserSettings. RDFA_COMPATIBILITYBoolean setting for parser to determine the RDFa version to use when processing the document. | 
| static RioSetting<Boolean> | XMLParserSettings. SECURE_PROCESSINGParser setting for the secure processing feature of XML parsers to avoid DOS attacks | 
| static RioSetting<String> | BasicParserSettings. SKOLEMIZE_ORIGINScheme and authority of new mint Skolem IRIs that should replace Blank Nodes. | 
| static RioSetting<Boolean> | JSONSettings. STRICT_DUPLICATE_DETECTIONBoolean setting for JSON parsers to determine if strict duplicate detection is allowed for JSON Object field
 names. | 
| static RioSetting<Boolean> | RDFJSONParserSettings. SUPPORT_GRAPHS_EXTENSIONBoolean setting for parser to determine whether an RDF/JSON parser should support the graphs extension to make it
 a quads format. | 
| static RioSetting<Boolean> | JSONLDSettings. USE_NATIVE_TYPESIf set to true, the JSON-LD processor will try to convert typed values to JSON native types instead of using the
 expanded object form when converting from RDF. | 
| static RioSetting<Boolean> | JSONLDSettings. USE_RDF_TYPEIf set to true, the JSON-LD processor will use the expanded rdf:type IRI as the property instead of @type when
 converting from RDF. | 
| static RioSetting<Boolean> | XMLWriterSettings. USE_SINGLE_QUOTESBoolean setting for RDF/XML Writer to determine if single quotes are used to quote attribute values. | 
| static RioSetting<Boolean> | BasicParserSettings. VERIFY_DATATYPE_VALUESBoolean setting for parser to determine whether values for recognised datatypes are to be verified. | 
| static RioSetting<Boolean> | BasicParserSettings. VERIFY_LANGUAGE_TAGSBoolean setting for parser to determine whether languages are to be verified based on a given set of definitions
 for valid languages. | 
| static RioSetting<Boolean> | BasicParserSettings. VERIFY_RELATIVE_URISBoolean setting for parser to determine whether relative URIs are verified. | 
| static RioSetting<Boolean> | BasicParserSettings. VERIFY_URI_SYNTAXBoolean setting for parser to determine if URIs should be verified to contain only legal characters. | 
| static RioSetting<Boolean> | RDFaParserSettings. VOCAB_EXPANSION_ENABLEDEnables or disables vocabulary
 expansion feature. | 
| static RioSetting<Boolean> | BasicWriterSettings. XSD_STRING_TO_PLAIN_LITERALBoolean setting for writer to determine whether it should remove the xsd:string datatype from literals and
 represent them as RDF-1.0 Plain Literals. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<Boolean>> | XMLReaderBasedParser. getCompulsoryXmlFeatureSettings()Returns a collection of settings that will always be set as XML parser features using
  XMLReader.setFeature(String, boolean). | 
| Collection<RioSetting<?>> | XMLReaderBasedParser. getCompulsoryXmlPropertySettings()Returns a collection of settings that will always be set as XML parser properties using
  XMLReader.setProperty(String, Object) | 
| Collection<RioSetting<Boolean>> | XMLReaderBasedParser. getOptionalXmlFeatureSettings()Returns a collection of settings that will be used, if set in  AbstractRDFParser.getParserConfig(), as XML parser features
 usingXMLReader.setFeature(String, boolean). | 
| Collection<RioSetting<?>> | XMLReaderBasedParser. getOptionalXmlPropertySettings()Returns a collection of settings that will be used, if set in  AbstractRDFParser.getParserConfig(), as XML parser
 properties usingXMLReader.setProperty(String, Object) | 
| Collection<RioSetting<?>> | AbstractRDFParser. getSupportedSettings() | 
| Collection<RioSetting<?>> | AbstractRDFWriter. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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. | 
| 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. | 
| 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,
           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,
           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. | 
| 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. | 
| 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(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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | JSONLDWriter. getSupportedSettings() | 
| Collection<RioSetting<?>> | JSONLDParser. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | NTriplesWriter. getSupportedSettings() | 
| Collection<RioSetting<?>> | NTriplesParser. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | NTriplesParser. reportError(Exception e,
           RioSetting<Boolean> setting) | 
| protected void | NTriplesParser. reportError(String msg,
           RioSetting<Boolean> setting)Overrides  AbstractRDFParser.reportError(String, RioSetting), adding line number information to the error. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | RDFJSONParser. getSupportedSettings() | 
| Collection<RioSetting<?>> | RDFJSONWriter. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RDFJSONParser. reportError(String msg,
           Exception e,
           com.fasterxml.jackson.core.JsonLocation location,
           RioSetting<Boolean> setting) | 
| protected void | RDFJSONParser. reportError(String msg,
           com.fasterxml.jackson.core.JsonLocation location,
           RioSetting<Boolean> setting) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | RDFXMLParser. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RDFXMLParser. reportError(Exception e,
           RioSetting<Boolean> setting)Overrides  AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information
 to the error. | 
| protected void | RDFXMLParser. reportError(String msg,
           RioSetting<Boolean> setting)Overrides  AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information
 to the error. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | TriXParser. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TriXParser. reportError(String msg,
           RioSetting<Boolean> setting)Overrides  AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information
 to the error. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RioSetting<?>> | TurtleParser. getSupportedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TurtleParser. reportError(String msg,
           RioSetting<Boolean> setting)Overrides  AbstractRDFParser.reportError(String, RioSetting), adding line number information to the error. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.