Uses of Interface
org.apache.jena.graph.impl.LiteralLabel
Packages that use 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
Methods in org.apache.jena.datatypes with parameters of type LiteralLabelModifier 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
Methods in org.apache.jena.datatypes.xsd with parameters of type LiteralLabelModifier 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
Methods in org.apache.jena.datatypes.xsd.impl with parameters of type LiteralLabelModifier and TypeMethodDescriptionboolean
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
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
Methods in org.apache.jena.graph that return LiteralLabelModifier and TypeMethodDescriptionNode_Literal.getLiteral()
Node.getLiteral()
Answer the literal value of a literal node, or throw an UnsupportedOperationException if it's not a literal nodeMethods in org.apache.jena.graph with parameters of type LiteralLabelModifier and TypeMethodDescriptionstatic Node
NodeFactory.createLiteral
(LiteralLabel lit) Deprecated.NodeVisitor.visitLiteral
(Node_Literal it, LiteralLabel lit) -
Uses of LiteralLabel in org.apache.jena.graph.impl
Methods in org.apache.jena.graph.impl that return LiteralLabelModifier and TypeMethodDescriptionstatic LiteralLabel
Build a plain literal label from its lexical form and language tag.static LiteralLabel
Creates either a plain literal or an XMLLiteral.static LiteralLabel
LiteralLabelFactory.create
(String lex, RDFDatatype dtype) Create a literal with a dtype.static 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.static 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.Methods in org.apache.jena.graph.impl with parameters of type LiteralLabelModifier and TypeMethodDescriptionboolean
LiteralLabel.sameValueAs
(LiteralLabel other) Answer true if this literal represents the same (abstract) value as the other one. -
Uses of LiteralLabel in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys with parameters of type LiteralLabelModifier and TypeMethodDescriptionboolean
FunctorDatatype.isEqual
(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.
LiteralLabel
may be removed.