public class BasicParserSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static ParserSetting<RDFParser.DatatypeHandling> |
DATATYPE_HANDLING
Determines which mode of
RDFParser.DatatypeHandling will be used by the
parser.Defaults to RDFParser.DatatypeHandling.VERIFY. |
static ParserSetting<Boolean> |
PRESERVE_BNODE_IDS
Boolean setting for parser to determine whether parser should attempt to
preserve identifiers for blank nodes.
|
static ParserSetting<Boolean> |
STOP_AT_FIRST_ERROR
Boolean setting for parser to determine whether parser should stop at
first error or continue if that is possible.
|
static ParserSetting<Boolean> |
VERIFY_DATA
Boolean setting for parser to determine whether data values are verified.
|
public static final ParserSetting<Boolean> VERIFY_DATA
public static final ParserSetting<Boolean> STOP_AT_FIRST_ERROR
public static final ParserSetting<Boolean> PRESERVE_BNODE_IDS
public static final ParserSetting<RDFParser.DatatypeHandling> DATATYPE_HANDLING
RDFParser.DatatypeHandling will be used by the
parser.RDFParser.DatatypeHandling.VERIFY.Copyright © 2001-2013 Aduna. All Rights Reserved.