Uses of Class
org.apache.jena.sparql.expr.NodeValue
Package
Description
-
Uses of NodeValue in org.apache.jena.sparql.algebra.walker
-
Uses of NodeValue in org.apache.jena.sparql.engine.binding
Modifier and TypeMethodDescriptionstatic int
BindingComparator.compareNodesRaw
(NodeValue nv1, NodeValue nv2) -
Uses of NodeValue in org.apache.jena.sparql.expr
Modifier and TypeFieldDescriptionstatic final NodeValue
NodeValue.FALSE
static final NodeValue
NodeValue.nvDecimalONE
static final NodeValue
NodeValue.nvDecimalZERO
static final NodeValue
NodeValue.nvEmptyString
static final NodeValue
NodeValue.nvINF
static final NodeValue
NodeValue.nvNaN
static final NodeValue
NodeValue.nvNegINF
static final NodeValue
NodeValue.nvNegZERO
static final NodeValue
NodeValue.nvONE
static final NodeValue
NodeValue.nvTEN
static final NodeValue
NodeValue.nvZERO
static final NodeValue
NodeValue.TRUE
Modifier and TypeMethodDescriptionstatic NodeValue
NodeValue.booleanReturn
(boolean b) E_Call.eval
(List<NodeValue> args, FunctionEnv env) E_IRI.eval
(NodeValue v, FunctionEnv env) E_IRI2.eval
(NodeValue v1, NodeValue v2, FunctionEnv env) E_Random.eval
(FunctionEnv env) E_StrUUID.eval
(FunctionEnv env) E_UUID.eval
(FunctionEnv env) E_Version.eval
(FunctionEnv env) Expr.eval
(Binding binding, FunctionEnv env) Evaluate this expression against the bindingExprAggregator.eval
(Binding binding, FunctionEnv env) final NodeValue
ExprFunction0.eval
(Binding binding, FunctionEnv env) abstract NodeValue
ExprFunction0.eval
(FunctionEnv env) final NodeValue
ExprFunction1.eval
(Binding binding, FunctionEnv env) abstract NodeValue
ExprFunction1.eval
(NodeValue v, FunctionEnv env) final NodeValue
ExprFunction2.eval
(Binding binding, FunctionEnv env) abstract NodeValue
ExprFunction2.eval
(NodeValue x, NodeValue y, FunctionEnv env) final NodeValue
ExprFunction3.eval
(Binding binding, FunctionEnv env) abstract NodeValue
ExprFunction3.eval
(NodeValue x, NodeValue y, NodeValue z, FunctionEnv env) abstract NodeValue
ExprFunctionN.eval
(List<NodeValue> args, FunctionEnv env) final NodeValue
ExprFunctionN.eval
(Binding binding, FunctionEnv env) final NodeValue
ExprFunctionOp.eval
(Binding binding, FunctionEnv env) abstract NodeValue
ExprNode.eval
(Binding binding, FunctionEnv env) ExprNone.eval
(Binding binding, FunctionEnv env) ExprSystem.eval
(FunctionEnv env) ExprTripleTerm.eval
(Binding binding, FunctionEnv env) ExprVar.eval
(Binding binding, FunctionEnv env) NodeValue.eval
(Binding binding, FunctionEnv env) static NodeValue
ExprLib.evalOrNull
(Expr expr, Binding binding, FunctionEnv functionEnv) Evaluate or return null.E_Bound.evalSpecial
(Binding binding, FunctionEnv env) E_Call.evalSpecial
(Binding binding, FunctionEnv env) E_Coalesce.evalSpecial
(Binding binding, FunctionEnv env) E_Function.evalSpecial
(Binding binding, FunctionEnv env) E_LogicalAnd.evalSpecial
(Binding binding, FunctionEnv env) E_LogicalOr.evalSpecial
(Binding binding, FunctionEnv env) E_NotOneOf.evalSpecial
(Binding binding, FunctionEnv env) E_OneOf.evalSpecial
(Binding binding, FunctionEnv env) Expr.getConstant()
NodeValue constant (returns null if not a constant)ExprNode.getConstant()
NodeValue.getConstant()
static NodeValue
NodeValue.makeBoolean
(boolean b) static NodeValue
static NodeValue
static NodeValue
NodeValue.makeDate
(XMLGregorianCalendar cal) static NodeValue
NodeValue.makeDateTime
(String lexicalForm) static NodeValue
NodeValue.makeDateTime
(Calendar cal) static NodeValue
NodeValue.makeDateTime
(XMLGregorianCalendar cal) static NodeValue
NodeValue.makeDecimal
(double d) static NodeValue
NodeValue.makeDecimal
(long i) static NodeValue
NodeValue.makeDecimal
(String lexicalForm) static NodeValue
NodeValue.makeDecimal
(BigDecimal d) static NodeValue
NodeValue.makeDouble
(double d) static NodeValue
NodeValue.makeDuration
(String lexicalForm) static NodeValue
NodeValue.makeDuration
(Duration duration) static NodeValue
NodeValue.makeFloat
(float f) static NodeValue
NodeValue.makeInteger
(long i) static NodeValue
NodeValue.makeInteger
(String lexicalForm) static NodeValue
NodeValue.makeInteger
(BigInteger i) static NodeValue
NodeValue.makeLangString
(String s, String lang) static NodeValue
static NodeValue
static NodeValue
static NodeValue
NodeValue.makeNode
(org.apache.jena.graph.Node n) static NodeValue
NodeValue.makeNodeBoolean
(boolean b) static NodeValue
NodeValue.makeNodeBoolean
(String lexicalForm) static NodeValue
NodeValue.makeNodeDate
(String lexicalForm) static NodeValue
NodeValue.makeNodeDate
(Calendar date) static NodeValue
NodeValue.makeNodeDateTime
(String lexicalForm) static NodeValue
NodeValue.makeNodeDateTime
(Calendar date) static NodeValue
NodeValue.makeNodeDecimal
(String lexicalForm) static NodeValue
NodeValue.makeNodeDecimal
(BigDecimal decimal) static NodeValue
NodeValue.makeNodeDouble
(double v) static NodeValue
NodeValue.makeNodeDouble
(String lexicalForm) static NodeValue
NodeValue.makeNodeDuration
(Duration duration, org.apache.jena.graph.Node node) static NodeValue
NodeValue.makeNodeFloat
(float f) static NodeValue
NodeValue.makeNodeFloat
(String lexicalForm) static NodeValue
NodeValue.makeNodeInteger
(long v) static NodeValue
NodeValue.makeNodeInteger
(String lexicalForm) static NodeValue
NodeValue.makeNodeString
(String string) static NodeValue
NodeValue.makeSortKey
(String s, String collation) static NodeValue
NodeValue.makeString
(String s) static NodeValue
Convenience operation - parse a string to produce a NodeValue - common namespaces like xsd: are built-inModifier and TypeMethodDescriptionstatic ValueSpace
NodeValue.classifyValueOp
(NodeValue nv1, NodeValue nv2) static int
Compare by value (and only value) if possible.static int
NodeValue.compareAlways
(NodeValue nv1, NodeValue nv2) Compare by value if possible else compare by kind/type/lexical form Only use when you want an ordering regardless of form of NodeValue, for example in ORDER BYstatic int
NodeValueCmp.compareAlways
(NodeValue nv1, NodeValue nv2) static int
NodeValueCmp.compareByValue
(NodeValue nv1, NodeValue nv2) static int
NodeValueCmp.compareWithOrdering
(NodeValue nv1, NodeValue nv2) The sort order is to apply the rules in the following order: Order by value space Within a value space, order by value (if possible) Order by RDF term (syntax)E_IRI.eval
(NodeValue v, FunctionEnv env) E_IRI2.eval
(NodeValue v1, NodeValue v2, FunctionEnv env) abstract NodeValue
ExprFunction1.eval
(NodeValue v, FunctionEnv env) abstract NodeValue
ExprFunction2.eval
(NodeValue x, NodeValue y, FunctionEnv env) abstract NodeValue
ExprFunction3.eval
(NodeValue x, NodeValue y, NodeValue z, FunctionEnv env) static RegexEngine
E_Regex.makeRegexEngine
(NodeValue vPattern, NodeValue vFlags) static boolean
NodeValue.notSameValueAs
(NodeValue nv1, NodeValue nv2) Return true if the two NodeValues are known to be different, return false if the two NodeValues are known to be the same, else throw ExprEvalExceptionstatic boolean
NodeValue.sameValueAs
(NodeValue nv1, NodeValue nv2) Return true if the two NodeValues are known to be the same value return false if known to be different values, throw ExprEvalException otherwisestatic boolean
NodeValueCmp.sameValueAs
(NodeValue nv1, NodeValue nv2) Return true if the two NodeValues are known to be the same value return false if known to be different values, throw ExprEvalException otherwisestatic org.apache.jena.graph.Node
static ValueSpace
ValueSpace.valueSpace
(NodeValue nv) void
void
Modifier and TypeMethodDescriptionE_Call.eval
(List<NodeValue> args, FunctionEnv env) abstract NodeValue
ExprFunctionN.eval
(List<NodeValue> args, FunctionEnv env) -
Uses of NodeValue in org.apache.jena.sparql.expr.aggregate
-
Uses of NodeValue in org.apache.jena.sparql.expr.nodevalue
Modifier and TypeClassDescriptionclass
class
class
class
class
XSD Durationclass
class
class
A NodeValue that is a lang tagged literal (rdf:langString).class
A NodeValue that isn't anything else - unrecognized literals, URIs and blank nodes.final class
ANodeValue
that supports collation value for a string.class
Modifier and TypeMethodDescriptionstatic NodeValue
static NodeValue
NodeValueOps.additionNV
(NodeValue nv1, NodeValue nv2) Add twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
XSDFuncOp.adjustToTimezone
(NodeValue nv1, NodeValue nv2) Adjust xsd:dateTime/xsd:date/xsd:time to a timezone.static NodeValue
XSDFuncOp.booleanEffectiveValueAsNodeValue
(NodeValue nv) F&O fn:booleanstatic NodeValue
static NodeValue
static NodeValue
XSDFuncOp.dateTimeCast
(NodeValue nv, org.apache.jena.datatypes.xsd.XSDDatatype xsd) Cast a NodeValue to a date/time type (xsd dateTime, date, time, g*) according to F&O 17.1.5 Casting to date and time types Throws an exception on incorrect case.static NodeValue
NodeValueOps.divisionNV
(NodeValue nv1, NodeValue nv2) Divide twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
XSDFuncOp.dtDateTime
(NodeValue nv1, NodeValue nv2) Create an xsd:dateTime from an xsd:date and an xsd:time.static NodeValue
static NodeValue
XSDFuncOp.dtGetHours
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetMinutes
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetMonth
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetSeconds
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetTimezone
(NodeValue nv) static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.durGetDays
(NodeValue nv) static NodeValue
XSDFuncOp.durGetHours
(NodeValue nv) static NodeValue
XSDFuncOp.durGetMinutes
(NodeValue nv) static NodeValue
XSDFuncOp.durGetMonths
(NodeValue nv) static NodeValue
XSDFuncOp.durGetSeconds
(NodeValue nv) static NodeValue
XSDFuncOp.durGetSign
(NodeValue nv) static NodeValue
XSDFuncOp.durGetYears
(NodeValue nv) static NodeValue
static NodeValue
F&O fn:concat (implicit cast to strings).static NodeValue
XSDFuncOp.formatNumber
(NodeValue nv, NodeValue picture, NodeValue nvLocale) fn:format-number The 3rd argument, if present, called decimal-format-name, is here a IETF BCP 47 language tag string.static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.getMinutes
(NodeValue nv) static NodeValue
static NodeValue
XSDFuncOp.getSeconds
(NodeValue nv) static NodeValue
static NodeValue
XSDFuncOp.implicitTimezone()
Implciit Timezone // https://www.w3.org/TR/xpath-functions-3/#comp.datetimestatic NodeValue
NodeValue to NodeValue, skolemizing, and converting strings to URIs.static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.javaSprintf
(NodeValue nvFormat, List<NodeValue> valuesToPrint) static NodeValue
XSDFuncOp.javaSubstring
(NodeValue v1, NodeValue v2) static NodeValue
XSDFuncOp.javaSubstring
(NodeValue nvString, NodeValue nvStart, NodeValue nvFinish) static NodeValue
static NodeValue
NodeFunctions.langMatches
(NodeValue nv, String langPattern) LANGMATCHESstatic NodeValue
NodeFunctions.langMatches
(NodeValue nv, NodeValue nvPattern) LANGMATCHESstatic NodeValue
XSDFuncOp.localSystemTimezone()
Local timezone of the query engine: afn:system-timezonestatic NodeValue
static NodeValue
static NodeValue
NodeValueOps.multiplicationNV
(NodeValue nv1, NodeValue nv2) Multiple twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
F&O fn:notstatic NodeValue
static NodeValue
static NodeValue
XSDFuncOp.numericMod
(NodeValue nv1, NodeValue nv2) static NodeValue
XSDFuncOp.numIntegerDivide
(NodeValue nv1, NodeValue nv2) Integer dividestatic NodeValue
XSDFuncOp.numMultiply
(NodeValue nv1, NodeValue nv2) static NodeValue
XSDFuncOp.numSubtract
(NodeValue nv1, NodeValue nv2) static NodeValue
static NodeValue
XSDFuncOp.roundXpath3
(NodeValue v, NodeValue precision, boolean isHalfEven) static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
SPARQL CONCAT (no implicit casts to strings)static NodeValue
XSDFuncOp.strContains
(NodeValue string, NodeValue match) static NodeValue
NodeFunctions.strDatatype
(NodeValue v1, NodeValue v2) static NodeValue
XSDFuncOp.strEncodeForURI
(NodeValue v) static NodeValue
XSDFuncOp.strEndsWith
(NodeValue string, NodeValue match) static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.strLowerCase
(NodeValue string) static NodeValue
XSDFuncOp.strNormalizeSpace
(NodeValue v) fn:normalizeSpacestatic NodeValue
XSDFuncOp.strNormalizeUnicode
(NodeValue v1, NodeValue v2) static NodeValue
XSDFuncOp.strReplace
(NodeValue nvStr, Pattern pattern, NodeValue nvReplacement) static NodeValue
XSDFuncOp.strReplace
(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement) static NodeValue
XSDFuncOp.strReplace
(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement, NodeValue nvFlags) static NodeValue
XSDFuncOp.strStartsWith
(NodeValue string, NodeValue match) static NodeValue
XSDFuncOp.strUpperCase
(NodeValue string) static NodeValue
NodeFunctions.struuid()
static NodeValue
static NodeValue
static NodeValue
NodeValueOps.subtractionNV
(NodeValue nv1, NodeValue nv2) Subtract twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
XSDFuncOp.unaryMinus
(NodeValue nv) static NodeValue
static NodeValue
NodeFunctions.uuid()
Modifier and TypeMethodDescriptionstatic NodeValue
static NodeValue
NodeValueOps.additionNV
(NodeValue nv1, NodeValue nv2) Add twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
XSDFuncOp.adjustToTimezone
(NodeValue nv1, NodeValue nv2) Adjust xsd:dateTime/xsd:date/xsd:time to a timezone.static boolean
XSDFuncOp.booleanEffectiveValue
(NodeValue nv) F&O fn:booleanstatic NodeValue
XSDFuncOp.booleanEffectiveValueAsNodeValue
(NodeValue nv) F&O fn:booleanstatic NodeValue
static org.apache.jena.graph.Node
NodeFunctions.checkAndGetStringLiteral
(String label, NodeValue nv) check and get a string (may be a simple literal, literal with language tag or an XSD string).static void
NodeFunctions.checkTwoArgumentStringLiterals
(String label, NodeValue arg1, NodeValue arg2) Check for string operations with primary first arg and second arg (e.g.static NumericType
XSDFuncOp.classifyNumeric
(String fName, NodeValue nv) static NumericType
XSDFuncOp.classifyNumeric
(String fName, NodeValue nv1, NodeValue nv2) static int
XSDFuncOp.compareBoolean
(NodeValue nv1, NodeValue nv2) static int
XSDFuncOp.compareDateTime
(NodeValue nv1, NodeValue nv2) static int
XSDFuncOp.compareDateTimeFO
(NodeValue nv1, NodeValue nv2) Strict F&O handling of compare date(times).static int
XSDFuncOp.compareDateTimeXSD
(NodeValue nv1, NodeValue nv2) Compare two date/times by XSD rules (dateTimes, one with and one without timezone can be indeterminate)static int
XSDFuncOp.compareDuration
(NodeValue nv1, NodeValue nv2) static int
XSDFuncOp.compareNumeric
(NodeValue nv1, NodeValue nv2) static int
XSDFuncOp.compareString
(NodeValue nv1, NodeValue nv2) static int
XSDFuncOp.compareXSDDateTime
(NodeValue nv1, NodeValue nv2) Compare date times, including "indeterminate" rather than applying locale timezonestatic NodeValue
static NodeValue
XSDFuncOp.dateTimeCast
(NodeValue nv, org.apache.jena.datatypes.xsd.XSDDatatype xsd) Cast a NodeValue to a date/time type (xsd dateTime, date, time, g*) according to F&O 17.1.5 Casting to date and time types Throws an exception on incorrect case.static NodeValue
NodeValueOps.divisionNV
(NodeValue nv1, NodeValue nv2) Divide twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
XSDFuncOp.dtDateTime
(NodeValue nv1, NodeValue nv2) Create an xsd:dateTime from an xsd:date and an xsd:time.static NodeValue
static NodeValue
XSDFuncOp.dtGetHours
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetMinutes
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetMonth
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetSeconds
(NodeValue nv) static NodeValue
XSDFuncOp.dtGetTimezone
(NodeValue nv) static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.durGetDays
(NodeValue nv) static NodeValue
XSDFuncOp.durGetHours
(NodeValue nv) static NodeValue
XSDFuncOp.durGetMinutes
(NodeValue nv) static NodeValue
XSDFuncOp.durGetMonths
(NodeValue nv) static NodeValue
XSDFuncOp.durGetSeconds
(NodeValue nv) static NodeValue
XSDFuncOp.durGetSign
(NodeValue nv) static NodeValue
XSDFuncOp.durGetYears
(NodeValue nv) static NodeValue
static NodeValue
XSDFuncOp.formatNumber
(NodeValue nv, NodeValue picture, NodeValue nvLocale) fn:format-number The 3rd argument, if present, called decimal-format-name, is here a IETF BCP 47 language tag string.static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.getMinutes
(NodeValue nv) static NodeValue
static NodeValue
XSDFuncOp.getSeconds
(NodeValue nv) static NodeValue
static NodeValue
NodeValue to NodeValue, skolemizing, and converting strings to URIs.static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.javaSprintf
(NodeValue nvFormat, List<NodeValue> valuesToPrint) static NodeValue
XSDFuncOp.javaSubstring
(NodeValue v1, NodeValue v2) static NodeValue
XSDFuncOp.javaSubstring
(NodeValue nvString, NodeValue nvStart, NodeValue nvFinish) static NodeValue
static NodeValue
NodeFunctions.langMatches
(NodeValue nv, String langPattern) LANGMATCHESstatic NodeValue
NodeFunctions.langMatches
(NodeValue nv, NodeValue nvPattern) LANGMATCHESstatic NodeValue
static NodeValue
static NodeValue
NodeValueOps.multiplicationNV
(NodeValue nv1, NodeValue nv2) Multiple twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
F&O fn:notstatic NodeValue
static NodeValue
static NodeValue
XSDFuncOp.numericMod
(NodeValue nv1, NodeValue nv2) static NodeValue
XSDFuncOp.numIntegerDivide
(NodeValue nv1, NodeValue nv2) Integer dividestatic NodeValue
XSDFuncOp.numMultiply
(NodeValue nv1, NodeValue nv2) static NodeValue
XSDFuncOp.numSubtract
(NodeValue nv1, NodeValue nv2) static NodeValue
static NodeValue
XSDFuncOp.roundXpath3
(NodeValue v, NodeValue precision, boolean isHalfEven) static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.strContains
(NodeValue string, NodeValue match) static NodeValue
NodeFunctions.strDatatype
(NodeValue v1, NodeValue v2) static NodeValue
XSDFuncOp.strEncodeForURI
(NodeValue v) static NodeValue
XSDFuncOp.strEndsWith
(NodeValue string, NodeValue match) static NodeValue
static NodeValue
static NodeValue
XSDFuncOp.strLowerCase
(NodeValue string) static NodeValue
XSDFuncOp.strNormalizeSpace
(NodeValue v) fn:normalizeSpacestatic NodeValue
XSDFuncOp.strNormalizeUnicode
(NodeValue v1, NodeValue v2) static NodeValue
XSDFuncOp.strReplace
(NodeValue nvStr, Pattern pattern, NodeValue nvReplacement) static NodeValue
XSDFuncOp.strReplace
(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement) static NodeValue
XSDFuncOp.strReplace
(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement, NodeValue nvFlags) static NodeValue
XSDFuncOp.strStartsWith
(NodeValue string, NodeValue match) static NodeValue
XSDFuncOp.strUpperCase
(NodeValue string) static NodeValue
static NodeValue
static NodeValue
NodeValueOps.subtractionNV
(NodeValue nv1, NodeValue nv2) Subtract twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
XSDFuncOp.unaryMinus
(NodeValue nv) static NodeValue
-
Uses of NodeValue in org.apache.jena.sparql.function
Modifier and TypeMethodDescriptionstatic NodeValue
Cast a NodeValue to an XSD datatype.Function.exec
(Binding binding, ExprList args, String uri, FunctionEnv env) Call a function.abstract NodeValue
Function call to a list of evaluated argument valuesFunctionBase.exec
(Binding binding, ExprList args, String uri, FunctionEnv env) abstract NodeValue
FunctionBase0.exec()
final NodeValue
final NodeValue
abstract NodeValue
final NodeValue
abstract NodeValue
final NodeValue
abstract NodeValue
final NodeValue
abstract NodeValue
final NodeValue
abstract NodeValue
Modifier and TypeMethodDescriptionstatic NodeValue
Cast a NodeValue to an XSD datatype.abstract NodeValue
abstract NodeValue
abstract NodeValue
abstract NodeValue
abstract NodeValue
-
Uses of NodeValue in org.apache.jena.sparql.function.library
Modifier and TypeMethodDescriptionAFN_SystemTimezone.exec()
context.exec
(List<NodeValue> args, FunctionEnv env) e.exec()
eval.exec
(Binding binding, ExprList args, String uri, FunctionEnv env) Processes unevaluated argumentsFN_Apply.exec
(List<NodeValue> args, FunctionEnv env) FN_ImplicitTimezone.exec()
FN_Matches.exec
(Binding binding, ExprList args, String uri, FunctionEnv env) final NodeValue
nowtz.exec()
nowtz.exec
(List<NodeValue> args, FunctionEnv functionEnv) pi.exec()
final NodeValue
struuid.exec()
SystemVar.exec()
SystemVar.exec
(List<NodeValue> args, FunctionEnv env) uuid.exec()
version.exec()
static NodeValue
context.get
(Symbol symbol, FunctionEnv env) static NodeValue
SystemVar.get
(Symbol symbol, FunctionEnv env) Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptioncontext.exec
(List<NodeValue> args, FunctionEnv env) FN_Apply.exec
(List<NodeValue> args, FunctionEnv env) final NodeValue
nowtz.exec
(List<NodeValue> args, FunctionEnv functionEnv) final NodeValue
SystemVar.exec
(List<NodeValue> args, FunctionEnv env) -
Uses of NodeValue in org.apache.jena.sparql.function.library.cdt
Modifier and TypeMethodDescriptionstatic final NodeValue
CDTLiteralFunctionUtils.createNodeValue
(List<CDTValue> list) Creates aNodeValue
with a cdt:List literal that represents the given list.static final NodeValue
CDTLiteralFunctionUtils.createNodeValue
(Map<CDTKey, CDTValue> map) Creates aNodeValue
with a cdt:Map literal that represents the given map.ListFct.exec
(Binding binding, ExprList args, String uri, FunctionEnv env) MapFct.exec
(Binding binding, ExprList args, String uri, FunctionEnv env) PutFct.exec
(Binding binding, ExprList args, String uri, FunctionEnv env) Modifier and TypeMethodDescriptionCDTLiteralFunctionUtils.checkAndGetList
(NodeValue nv) CDTLiteralFunctionUtils.checkAndGetMap
(NodeValue nv) -
Uses of NodeValue in org.apache.jena.sparql.function.library.leviathan
Modifier and TypeMethodDescriptionModifier and TypeMethodDescription -
Uses of NodeValue in org.apache.jena.sparql.function.library.triple
Modifier and TypeMethodDescriptionstatic NodeValue
Create a triple term.static NodeValue
Test whether aNodeValue
is an triple term.static NodeValue
EmbeddedTripleFunctions.tripleObject
(NodeValue nv) Return the object of a triple term.static NodeValue
EmbeddedTripleFunctions.triplePredicate
(NodeValue nv) Return the predicate of a triple term.static NodeValue
EmbeddedTripleFunctions.tripleSubject
(NodeValue nv) Return the subject of a triple term.Modifier and TypeMethodDescriptionstatic NodeValue
Create a triple term.static NodeValue
Test whether aNodeValue
is an triple term.static NodeValue
EmbeddedTripleFunctions.tripleObject
(NodeValue nv) Return the object of a triple term.static NodeValue
EmbeddedTripleFunctions.triplePredicate
(NodeValue nv) Return the predicate of a triple term.static NodeValue
EmbeddedTripleFunctions.tripleSubject
(NodeValue nv) Return the subject of a triple term. -
Uses of NodeValue in org.apache.jena.sparql.function.scripting
Modifier and TypeMethodDescriptionScriptFunction.exec
(List<NodeValue> args, FunctionEnv env) NV.nv()
static NodeValue
NV.toNodeValue
(Object r) Map a java/GraalVM representation of a JavaScript object to an ARQNodeValue
.Modifier and TypeMethodDescriptionstatic Object
NV.fromNodeValue
(NodeValue nv) Map an ARQNodeValue
to java/GraalVM representation of a JavaScript object. -
Uses of NodeValue in org.apache.jena.sparql.function.user
-
Uses of NodeValue in org.apache.jena.sparql.graph
-
Uses of NodeValue in org.apache.jena.sparql.syntax.syntaxtransform
-
Uses of NodeValue in org.apache.jena.sparql.util