Uses of Class
org.apache.jena.datatypes.DatatypeFormatException
Packages that use DatatypeFormatException
Package
Description
Provides the core interfaces through which datatypes are described to Jena.
Provides datatype definitions for the XML Schema datatypes support by Jena.
Provides implementations of the XSD datatype.
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of DatatypeFormatException in org.apache.jena.datatypes
Methods in org.apache.jena.datatypes that throw DatatypeFormatException -
Uses of DatatypeFormatException in org.apache.jena.datatypes.xsd
Methods in org.apache.jena.datatypes.xsd that throw DatatypeFormatException -
Uses of DatatypeFormatException in org.apache.jena.datatypes.xsd.impl
Methods in org.apache.jena.datatypes.xsd.impl that throw DatatypeFormatExceptionModifier and TypeMethodDescriptionParse a lexical form of this datatype to a valueParse a lexical form of this datatype to a valueParse a lexical form of this datatype to a valueParse a lexical form of this datatype to a value -
Uses of DatatypeFormatException in org.apache.jena.graph
Methods in org.apache.jena.graph that throw DatatypeFormatExceptionModifier and TypeMethodDescriptionstatic Node
NodeFactory.createLiteral
(String lex, String lang, RDFDatatype dtype) Build a literal node from its lexical form.static Node
NodeFactory.createLiteral
(String lex, RDFDatatype dtype) Build a typed literal node from its lexical form.static Node
NodeFactory.createLiteralByValue
(Object value, String lang, RDFDatatype dtype) Create a Node based on the value If the value is a string we assume this is intended to be a lexical form after all.static Node
NodeFactory.createLiteralByValue
(Object value, RDFDatatype dtype) Create a Node based on the value If the value is a string we assume this is intended to be a lexical form after all. -
Uses of DatatypeFormatException in org.apache.jena.graph.impl
Methods in org.apache.jena.graph.impl that throw DatatypeFormatExceptionModifier and TypeMethodDescriptionstatic LiteralLabel
LiteralLabelFactory.createByValue
(Object value, String lang, RDFDatatype dtype) Build a typed literal label from its value form.static LiteralLabel
LiteralLabelFactory.createLiteralLabel
(String lex, String lang, RDFDatatype dtype) UsingLiteralLabelFactory.create(String, String)
orLiteralLabelFactory.create(String, RDFDatatype)
where possible is preferred.LiteralLabel.getValue()
Answer a suitable instance of a Java class representing this literal's value. -
Uses of DatatypeFormatException in org.apache.jena.rdf.model.impl
Methods in org.apache.jena.rdf.model.impl that throw DatatypeFormatExceptionModifier and TypeMethodDescriptionModelCom.createTypedLiteral
(String lex, RDFDatatype dtype) Build a typed literal from its lexical form.