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_STATEMENTBoolean setting for parser to determine whether the TriX parser should treat invalid statements as an error. | 
| static RioSetting<Boolean> | FAIL_ON_MISSING_DATATYPEBoolean setting for parser to determine whether the TriX parser should treat missing datatypes as an error. | 
| static RioSetting<Boolean> | FAIL_ON_TRIX_INVALID_STATEMENTDeprecated. 
 use  FAIL_ON_INVALID_STATEMENTinstead | 
| static RioSetting<Boolean> | FAIL_ON_TRIX_MISSING_DATATYPEDeprecated. 
 use  FAIL_ON_MISSING_DATATYPEinstead. | 
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-2020 Eclipse Foundation. All Rights Reserved.