| Class and Description |
|---|
| org.eclipse.rdf4j.rio.helpers.RDFHandlerBase
since 4.0 Use
AbstractRDFHandler instead. |
| org.eclipse.rdf4j.rio.helpers.RDFParserBase
since 4.0. Use
AbstractRDFParser instead. |
| org.eclipse.rdf4j.rio.helpers.RDFWriterBase
since 4.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. |
| Field and Description |
|---|
| org.eclipse.rdf4j.rio.helpers.RDFaParserSettings.FAIL_ON_RDFA_UNDEFINED_PREFIXES |
| 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. |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.