| Enum and Description |
|---|
| org.openrdf.rio.RDFParser.DatatypeHandling
These settings are not recognised and will be removed in a
future version. Use
FAIL_ON_UNKNOWN_DATATYPES
NORMALIZE_DATATYPE_VALUES and
VERIFY_DATATYPE_VALUES instead. |
| Constructor and Description |
|---|
| org.openrdf.rio.ParserConfig(boolean, boolean, boolean, RDFParser.DatatypeHandling)
Use
ParserConfig.ParserConfig() instead and set
preserveBNodeIDs using RioConfig.set(RioSetting, Object) with
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 © 2001-2014 Aduna. All Rights Reserved.