|
||||||||||
| 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 List<String> |
XSDDatatype.loadUserDefined(String uri,
Reader reader,
String encoding,
TypeMapper tm)
Create and register a set of types specified in a user schema file. |
static List<String> |
XSDDatatype.loadUserDefined(String uri,
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 | |||||||||