Uses of Interface
org.eclipse.rdf4j.rio.DatatypeHandler
Package
Description
Rio: The RDF4J parser/writer API.
Various
DatatypeHandler
implementations.Provides helpers classes for Rio.
-
Uses of DatatypeHandler in org.eclipse.rdf4j.rio
Modifier and TypeMethodDescriptionprotected String
DatatypeHandlerRegistry.getKey
(DatatypeHandler handler) -
Uses of DatatypeHandler in org.eclipse.rdf4j.rio.datatypes
Modifier and TypeClassDescriptionclass
An implementation of a datatype handler that can process DBPedia datatypes.class
An implementation of a datatype handler that can process GeoSPARQL datatypes.class
An implementation of a datatype handler that can processRDF
built-in datatypes.class
An implementation of a datatype handler that can process Virtuoso Geometry datatypes.class
An implementation of a datatype handler that can processXSD
datatypes. -
Uses of DatatypeHandler in org.eclipse.rdf4j.rio.helpers
Modifier and TypeFieldDescriptionstatic final RioSetting
<List<DatatypeHandler>> BasicParserSettings.DATATYPE_HANDLERS
Setting used to specify whichDatatypeHandler
implementations are to be used for a given parser configuration.