|
||||||||||
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. |
com.hp.hpl.jena.ontology.daml | A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. |
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 |
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 |
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. |
Uses of TypeMapper in com.hp.hpl.jena.ontology.daml |
---|
Methods in com.hp.hpl.jena.ontology.daml that return TypeMapper | |
---|---|
TypeMapper |
DAMLModel.getDatatypeRegistry()
Answer a reference to the XML datatype registry for this model, that can be used to map between XML data marked up using XML Schema data descriptions, and Java objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |