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
 java.lang.Object RDFDatatype.parse(java.lang.String lexicalForm)
          Parse a lexical form of this datatype to a value
 java.lang.Object BaseDatatype.parse(java.lang.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
 java.lang.Object XSDDatatype.convertValidatedDataValue(org.apache.xerces.impl.dv.ValidatedInfo validatedInfo)
          Convert a validated xerces data value into the corresponding java data value.
static java.util.List<java.lang.String> 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<java.lang.String> 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.
 java.lang.Object XSDDatatype.parse(java.lang.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(java.lang.String lex, java.lang.String lang, RDFDatatype dtype)
          Build a typed literal node from its lexical form.
static Node Node.createUncachedLiteral(java.lang.Object value, java.lang.String lang, RDFDatatype dtype)
           
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP