public class RDFaParserSettings extends Object
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
@Deprecated public static final RioSetting<Boolean> FAIL_ON_RDFA_UNDEFINED_PREFIXES
BasicParserSettings.NAMESPACES
Defaults to false.
Copyright © 2001-2016 Aduna. All Rights Reserved.