| Package | Description |
|---|---|
| org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<ParserSetting<Object>,Object> |
ParserConfig.settings
A map containing mappings from settings to their values.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ParserSetting<?>> |
RDFParser.getSupportedSettings() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ParserConfig.get(ParserSetting<T> setting)
Return the value for a given
ParserSetting or the default value if
it has not been set. |
<T> boolean |
ParserConfig.isSet(ParserSetting<T> setting)
Checks for whether a
ParserSetting has been explicitly set by a
user. |
<T> void |
ParserConfig.set(ParserSetting<T> setting,
T value)
Sets a
ParserSetting to have a new value. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParserSettingImpl<T>
Basic implementation of
ParserSetting interface. |
| Modifier and Type | Field and Description |
|---|---|
static ParserSetting<RDFParser.DatatypeHandling> |
BasicParserSettings.DATATYPE_HANDLING
Determines which mode of
RDFParser.DatatypeHandling will be used by the
parser.Defaults to RDFParser.DatatypeHandling.VERIFY. |
static ParserSetting<Boolean> |
BasicParserSettings.PRESERVE_BNODE_IDS
Boolean setting for parser to determine whether parser should attempt to
preserve identifiers for blank nodes.
|
static ParserSetting<Boolean> |
BasicParserSettings.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> |
BasicParserSettings.VERIFY_DATA
Boolean setting for parser to determine whether data values are verified.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ParserSetting<?>> |
RDFParserBase.getSupportedSettings() |
Copyright © 2001-2013 Aduna. All Rights Reserved.