public class RDFaParserSettings 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_RDFA_UNDEFINED_PREFIXES
Deprecated.
|
static RioSetting<RDFaVersion> |
RDFA_COMPATIBILITY
Boolean setting for parser to determine the RDFa version to use when processing the document.
|
static RioSetting<Boolean> |
VOCAB_EXPANSION_ENABLED
Enables or disables vocabulary
expansion feature.
|
public static final RioSetting<RDFaVersion> RDFA_COMPATIBILITY
Defaults to RDFaVersion.RDFA_1_0
.
public static final RioSetting<Boolean> VOCAB_EXPANSION_ENABLED
Defaults to false
Can be overridden by setting system property org.eclipse.rdf4j.rio.rdfa.vocab_expansion
.
@Deprecated public static final RioSetting<Boolean> FAIL_ON_RDFA_UNDEFINED_PREFIXES
BasicParserSettings.NAMESPACES
Defaults to false.
Can be overridden by setting system property org.eclipse.rdf4j.rio.rdfa.allow_undefined_prefixes
.
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.