Uses of Class
org.eclipse.rdf4j.model.base.CoreDatatype.XSD
-
Packages that use CoreDatatype.XSD Package Description org.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces.org.eclipse.rdf4j.model.datatypes Utility classes for handling datatypes.org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.model.vocabulary Re-usable constants for various well-known RDF vocabularies.org.eclipse.rdf4j.query.algebra.evaluation.function.xsd Functions for casting values to various XML Schema datatypes -
-
Uses of CoreDatatype.XSD in org.eclipse.rdf4j.model.base
Methods in org.eclipse.rdf4j.model.base that return CoreDatatype.XSD Modifier and Type Method Description default CoreDatatype.XSD
CoreDatatype. asXSDDatatypeOrNull()
static CoreDatatype.XSD
CoreDatatype.XSD. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoreDatatype.XSD[]
CoreDatatype.XSD. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.model.base that return types with arguments of type CoreDatatype.XSD Modifier and Type Method Description default Optional<CoreDatatype.XSD>
CoreDatatype. asXSDDatatype()
Optional<CoreDatatype.XSD>
CoreDatatype.XSD. asXSDDatatype()
-
Uses of CoreDatatype.XSD in org.eclipse.rdf4j.model.datatypes
Methods in org.eclipse.rdf4j.model.datatypes that return CoreDatatype.XSD Modifier and Type Method Description static CoreDatatype.XSD
XMLDatatypeUtil. qnameToCoreDatatype(QName qname)
Methods in org.eclipse.rdf4j.model.datatypes with parameters of type CoreDatatype.XSD Modifier and Type Method Description static boolean
XMLDatatypeUtil. isValidValue(String value, CoreDatatype.XSD datatype)
static String
XMLDatatypeUtil. normalize(String value, CoreDatatype.XSD datatype)
-
Uses of CoreDatatype.XSD in org.eclipse.rdf4j.model.impl
Methods in org.eclipse.rdf4j.model.impl that return CoreDatatype.XSD Modifier and Type Method Description CoreDatatype.XSD
BooleanLiteral. getCoreDatatype()
Methods in org.eclipse.rdf4j.model.impl with parameters of type CoreDatatype.XSD Modifier and Type Method Description protected Literal
SimpleValueFactory. createFPLiteral(Number value, CoreDatatype.XSD datatype)
protected Literal
SimpleValueFactory. createIntegerLiteral(Number value, CoreDatatype.XSD datatype)
-
Uses of CoreDatatype.XSD in org.eclipse.rdf4j.model.vocabulary
Methods in org.eclipse.rdf4j.model.vocabulary with parameters of type CoreDatatype.XSD Modifier and Type Method Description static Optional<XSD.Datatype>
XSD.Datatype. from(CoreDatatype.XSD datatype)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CoreDatatype.XSD in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
-