Uses of Class
com.hp.hpl.jena.datatypes.DatatypeFormatException

Packages that use DatatypeFormatException
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. 
 

Uses of DatatypeFormatException in com.hp.hpl.jena.datatypes
 

Methods in com.hp.hpl.jena.datatypes that throw DatatypeFormatException
 Object BaseDatatype.parse(String lexicalForm)
          Parse a lexical form of this datatype to a value
 Object RDFDatatype.parse(String lexicalForm)
          Parse a lexical form of this datatype to a value
 

Uses of DatatypeFormatException in com.hp.hpl.jena.datatypes.xsd
 

Methods in com.hp.hpl.jena.datatypes.xsd that throw DatatypeFormatException
 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
 

Uses of DatatypeFormatException in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that throw DatatypeFormatException
static Node Node.createLiteral(String lex, RDFDatatype dtype)
          Build a typed literal node from its lexical form.
static Node Node.createLiteral(String lex, String lang, RDFDatatype dtype)
          Build a literal node from its lexical form.
static Node Node.createUncachedLiteral(Object value, RDFDatatype dtype)
           
static Node Node.createUncachedLiteral(Object value, String lang, RDFDatatype dtype)
           
 



Licenced under the Apache License, Version 2.0