| Package | Description |
|---|---|
| org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.openrdf.rio.datatypes | |
| org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
DatatypeHandlerRegistry.getKey(DatatypeHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DBPediaDatatypeHandler
An implementation of a datatype handler that can process DBPedia datatypes.
|
class |
GeoSPARQLDatatypeHandler
An implementation of a datatype handler that can process GeoSPARQL datatypes.
|
class |
RDFDatatypeHandler
An implementation of a datatype handler that can process
RDF built-in
datatypes. |
class |
VirtuosoGeometryDatatypeHandler
An implementation of a datatype handler that can process Virtuoso Geometry
datatypes.
|
class |
XMLSchemaDatatypeHandler
An implementation of a datatype handler that can process
XMLSchema
datatypes. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DatatypeHandler |
AbstractDatatypeHandlerTest.getNewDatatypeHandler()
Generates a new instance of the
DatatypeHandler implementation in
question and returns it. |
| Modifier and Type | Field and Description |
|---|---|
static RioSetting<List<DatatypeHandler>> |
BasicParserSettings.DATATYPE_HANDLERS
Setting used to specify which
DatatypeHandler implementations are
to be used for a given parser configuration. |
Copyright © 2001–2015 Aduna. All rights reserved.