Uses of Class
org.apache.jena.graph.impl.LiteralLabel
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.
Provides a selection of simple rule engines for Jena inference models.
-
Uses of LiteralLabel in org.apache.jena.datatypes
Modifier and TypeMethodDescriptionint
BaseDatatype.getHashCode
(LiteralLabel lit) Default implementation of getHashCode() delegates to the default from the literal label.int
RDFDatatype.getHashCode
(LiteralLabel lit) Gets the hash code of a given value.boolean
BaseDatatype.isEqual
(LiteralLabel litLabel1, LiteralLabel litLabel2) Compares two instances of values of the given datatype.boolean
RDFDatatype.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
BaseDatatype.isValidLiteral
(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype.boolean
RDFDatatype.isValidLiteral
(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype.boolean
BaseDatatype.langTagCompatible
(LiteralLabel value1, LiteralLabel value2) Helper function to compare language tag values -
Uses of LiteralLabel in org.apache.jena.datatypes.xsd
Modifier and TypeMethodDescriptionint
XSDbinary.getHashCode
(LiteralLabel lit) boolean
XSDDatatype.isBaseTypeCompatible
(LiteralLabel lit) Test if the given typed value is in the right partition of the XSD type space.boolean
XSDbinary.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDDatatype.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDDatatype.isValidLiteral
(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype. -
Uses of LiteralLabel in org.apache.jena.datatypes.xsd.impl
Modifier and TypeMethodDescriptionboolean
RDFDirLangString.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
RDFhtml.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
RDFjson.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
RDFLangString.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XMLLiteralType.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDAbstractDateTimeType.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDBaseNumericType.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDBaseStringType.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDDouble.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDFloat.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.boolean
XSDPlainType.isEqual
(LiteralLabel litLabel1, LiteralLabel litLabel2) Compares two instances of values of the given datatype.boolean
XSDBaseNumericType.isValidLiteral
(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype. -
Uses of LiteralLabel in org.apache.jena.graph
Modifier and TypeMethodDescriptionNode_Literal.getLiteral()
Node.getLiteral()
Answer the literal value of a literal node, or throw an UnsupportedOperationException if it's not a literal nodeModifier and TypeMethodDescriptionstatic Node
NodeFactory.createLiteral
(LiteralLabel lit) Deprecated. -
Uses of LiteralLabel in org.apache.jena.graph.impl
Modifier and TypeMethodDescriptionstatic LiteralLabel
LiteralLabelFactory.create
(String lex, RDFDatatype dtype) Create a literal with a dtype.static LiteralLabel
LiteralLabelFactory.createByValue
(Object value) Build a typed literal label from its value form.static LiteralLabel
LiteralLabelFactory.createByValue
(Object value, RDFDatatype dtype) Build a typed literal label from its value form.static LiteralLabel
LiteralLabelFactory.createDirLang
(String lex, String lang, TextDirection textDir) Build a literal label from its lexical form,language tag and initial text directionstatic LiteralLabel
LiteralLabelFactory.createLang
(String lex, String lang) Build a literal label from its lexical form and language tag.static LiteralLabel
LiteralLabelFactory.createLiteralLabel
(String lex, String lang, TextDirection textDir, RDFDatatype dtype) static LiteralLabel
LiteralLabelFactory.createString
(String lex) Create a string literalstatic LiteralLabel
LiteralLabelFactory.createTypedLiteral
(Object value) Build a typed literal label from its value form using whatever datatype is currently registered as the default representation for this java class.Modifier and TypeMethodDescriptionboolean
LiteralLabel.sameValueAs
(LiteralLabel other) Answer true iff this literal represents the same (abstract) value as the other one. -
Uses of LiteralLabel in org.apache.jena.reasoner.rulesys
Modifier and TypeMethodDescriptionboolean
FunctorDatatype.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.
LiteralLabel
may be removed.