| 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 | Method and Description |
|---|---|
RDFParser.DatatypeHandling |
ParserConfig.datatypeHandling() |
static RDFParser.DatatypeHandling |
RDFParser.DatatypeHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFParser.DatatypeHandling[] |
RDFParser.DatatypeHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RDFParser.setDatatypeHandling(RDFParser.DatatypeHandling datatypeHandling)
Sets the datatype handling mode.
|
| Constructor and Description |
|---|
ParserConfig(boolean verifyData,
boolean stopAtFirstError,
boolean preserveBNodeIDs,
RDFParser.DatatypeHandling datatypeHandling)
Creates a ParserConfig object with the supplied config settings.
|
| Modifier and Type | Field and Description |
|---|---|
static ParserSetting<RDFParser.DatatypeHandling> |
BasicParserSettings.DATATYPE_HANDLING
|
| Modifier and Type | Method and Description |
|---|---|
RDFParser.DatatypeHandling |
RDFParserBase.datatypeHandling() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFParserBase.setDatatypeHandling(RDFParser.DatatypeHandling datatypeHandling) |
Copyright © 2001-2013 Aduna. All Rights Reserved.