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.
|
com.hp.hpl.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
Modifier and Type | Method and Description |
---|---|
Object |
RDFDatatype.parse(String lexicalForm)
Parse a lexical form of this datatype to a value
|
Object |
BaseDatatype.parse(String lexicalForm)
Parse a lexical form of this datatype to a value
|
Modifier and Type | Method and Description |
---|---|
Object |
XSDDatatype.convertValidatedDataValue(org.apache.xerces.impl.dv.ValidatedInfo validatedInfo)
Convert a validated xerces data value into the corresponding java data value.
|
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.
|
Object |
XSDDatatype.parse(String lexicalForm)
Parse a lexical form of this datatype to a value
|
Modifier and Type | Method and Description |
---|---|
static Node |
Node.createLiteral(String lex,
String lang,
RDFDatatype dtype)
Build a typed literal node from its lexical form.
|
static Node |
Node.createUncachedLiteral(Object value,
String lang,
RDFDatatype dtype) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP