Uses of Class
org.apache.jena.datatypes.TypeMapper
Packages that use TypeMapper
Package
Description
Provides the core interfaces through which datatypes are described to Jena.
Provides datatype definitions for the XML Schema datatypes support by Jena.
-
Uses of TypeMapper in org.apache.jena.datatypes
Methods in org.apache.jena.datatypes that return TypeMapperModifier and TypeMethodDescriptionstatic TypeMapperTypeMapper.getInstance()Return the single global instance of the TypeMapper.Methods in org.apache.jena.datatypes with parameters of type TypeMapper -
Uses of TypeMapper in org.apache.jena.datatypes.xsd
Methods in org.apache.jena.datatypes.xsd with parameters of type TypeMapperModifier and TypeMethodDescriptionstatic voidXSDDatatype.loadXSDSimpleTypes(TypeMapper tm) Add all of the XSD pre-defined simple types to the given type mapper registry.