Package org.eclipse.rdf4j.rio.helpers
Class TriXParserSettings
java.lang.Object
org.eclipse.rdf4j.rio.helpers.TriXParserSettings
ParserSettings for the TriX parser features.
Several of these settings can be overridden by means of a system property, but only if specified at JVM startup time.
- Author:
- Peter Ansell
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RioSetting<Boolean>
Deprecated, for removal: This API element is subject to removal in a future version.static final RioSetting<Boolean>
Deprecated, for removal: This API element is subject to removal in a future version.UseTriXParserSettings.FAIL_ON_MISSING_DATATYPE
instead. -
Method Summary
-
Field Details
-
FAIL_ON_MISSING_DATATYPE
@Deprecated(since="4.3.0", forRemoval=true) public static final RioSetting<Boolean> FAIL_ON_MISSING_DATATYPEDeprecated, for removal: This API element is subject to removal in a future version.UseTriXParserSettings.FAIL_ON_MISSING_DATATYPE
instead.Boolean setting for parser to determine whether the TriX parser should treat missing datatypes as an error.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.trix.fail_on_missing_datatype
. -
FAIL_ON_INVALID_STATEMENT
@Deprecated(since="4.3.0", forRemoval=true) public static final RioSetting<Boolean> FAIL_ON_INVALID_STATEMENTDeprecated, for removal: This API element is subject to removal in a future version.UseTriXParserSettings.FAIL_ON_INVALID_STATEMENT
instead.Boolean setting for parser to determine whether the TriX parser should treat invalid statements as an error.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.trix.fail_on_invalid_statement
.
-
TriXParserSettings.FAIL_ON_INVALID_STATEMENT
instead.