| Class and Description |
|---|
| org.eclipse.rdf4j.rio.helpers.RDFHandlerBase
since 2.0.Use
AbstractRDFHandler instead. |
| org.eclipse.rdf4j.rio.helpers.RDFParserBase
since 2.0. Use
AbstractRDFParser instead. |
| org.eclipse.rdf4j.rio.helpers.RDFWriterBase
since 2.0. Use
AbstractRDFWriter instead. |
| Enum and Description |
|---|
| org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling
These settings are not recognised and will be removed in a future version. Use
BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES
BasicParserSettings.NORMALIZE_DATATYPE_VALUES and
BasicParserSettings.VERIFY_DATATYPE_VALUES instead. |
| Constructor and Description |
|---|
| org.eclipse.rdf4j.rio.ParserConfig(boolean, boolean, boolean, RDFParser.DatatypeHandling)
Use
ParserConfig.ParserConfig() instead and set preserveBNodeIDs using
ParserConfig.set(RioSetting, Object) with BasicParserSettings.PRESERVE_BNODE_IDS.
The other parameters are all deprecated and this constructor may be removed in a future release. This constructor calls #setNonFatalErrors using a best-effort algorithm that may not match the exact semantics of the pre-2.7 constructor. |
| org.eclipse.rdf4j.rio.RDFFormat(String, Collection<String>, Charset, Collection<String>, boolean, boolean)
since 3.2.0
|
| org.eclipse.rdf4j.rio.RDFFormat(String, Collection<String>, Charset, Collection<String>, IRI, boolean, boolean)
since 3.2.0
|
| org.eclipse.rdf4j.rio.RDFFormat(String, String, Charset, Collection<String>, boolean, boolean)
since 3.2.0
|
| org.eclipse.rdf4j.rio.RDFFormat(String, String, Charset, String, boolean, boolean)
since 3.2.0
|
Copyright © 2015-2021 Eclipse Foundation. All Rights Reserved.