Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static TypeMapper |
TypeMapper.getInstance()
Return the single global instance of the TypeMapper.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP