|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeMapper | |
---|---|
com.hp.hpl.jena.datatypes | Provides the core interfaces through which datatypes are described to Jena. |
com.hp.hpl.jena.datatypes.xsd | Provides datatype definitions for the XML Schema datatypes support by Jena. |
Uses of TypeMapper in com.hp.hpl.jena.datatypes |
---|
Methods in com.hp.hpl.jena.datatypes that return TypeMapper | |
---|---|
static TypeMapper |
TypeMapper.getInstance()
Return the single global instance of the TypeMapper. |
Uses of TypeMapper in com.hp.hpl.jena.datatypes.xsd |
---|
Methods in com.hp.hpl.jena.datatypes.xsd with parameters of type TypeMapper | |
---|---|
static java.util.List<java.lang.String> |
XSDDatatype.loadUserDefined(java.lang.String uri,
java.io.Reader reader,
java.lang.String encoding,
TypeMapper tm)
Create and register a set of types specified in a user schema file. |
static java.util.List<java.lang.String> |
XSDDatatype.loadUserDefined(java.lang.String uri,
java.lang.String encoding,
TypeMapper tm)
Create and register a set of types specified in a user schema file. |
static void |
XSDDatatype.loadXSDSimpleTypes(TypeMapper tm)
Add all of the XSD pre-defined simple types to the given type mapper registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |