public class TriXParserSettings extends Object
Several of these settings can be overridden by means of a system property, but only if specified at JVM startup time.
Modifier and Type | Field and Description |
---|---|
static RioSetting<Boolean> |
FAIL_ON_INVALID_STATEMENT
Boolean setting for parser to determine whether the TriX parser should treat invalid statements as an error.
|
static RioSetting<Boolean> |
FAIL_ON_MISSING_DATATYPE
Boolean setting for parser to determine whether the TriX parser should treat missing datatypes as an error.
|
static RioSetting<Boolean> |
FAIL_ON_TRIX_INVALID_STATEMENT
Deprecated.
use
FAIL_ON_INVALID_STATEMENT instead |
static RioSetting<Boolean> |
FAIL_ON_TRIX_MISSING_DATATYPE
Deprecated.
use
FAIL_ON_MISSING_DATATYPE instead. |
public static final RioSetting<Boolean> FAIL_ON_MISSING_DATATYPE
Defaults to true.
Can be overridden by setting system property org.eclipse.rdf4j.rio.trix.fail_on_missing_datatype
.
@Deprecated public static final RioSetting<Boolean> FAIL_ON_TRIX_MISSING_DATATYPE
FAIL_ON_MISSING_DATATYPE
instead.public static final RioSetting<Boolean> FAIL_ON_INVALID_STATEMENT
Defaults to true.
Can be overridden by setting system property org.eclipse.rdf4j.rio.trix.fail_on_invalid_statement
.
@Deprecated public static final RioSetting<Boolean> FAIL_ON_TRIX_INVALID_STATEMENT
FAIL_ON_INVALID_STATEMENT
insteadCopyright © 2015-2022 Eclipse Foundation. All Rights Reserved.