Uses of Class
org.apache.jena.sparql.expr.NodeValue
Packages that use NodeValue
Package
Description
-
Uses of NodeValue in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type NodeValue -
Uses of NodeValue in org.apache.jena.sparql.engine.binding
Methods in org.apache.jena.sparql.engine.binding with parameters of type NodeValueModifier and TypeMethodDescriptionstatic intBindingComparator.compareNodesRaw(NodeValue nv1, NodeValue nv2) -
Uses of NodeValue in org.apache.jena.sparql.expr
Fields in org.apache.jena.sparql.expr declared as NodeValueModifier and TypeFieldDescriptionstatic final NodeValueNodeValue.FALSEstatic final NodeValueNodeValue.nvDecimalONEstatic final NodeValueNodeValue.nvDecimalZEROstatic final NodeValueNodeValue.nvEmptyStringstatic final NodeValueNodeValue.nvINFstatic final NodeValueNodeValue.nvNaNstatic final NodeValueNodeValue.nvNegINFstatic final NodeValueNodeValue.nvNegZEROstatic final NodeValueNodeValue.nvONEstatic final NodeValueNodeValue.nvTENstatic final NodeValueNodeValue.nvZEROstatic final NodeValueNodeValue.TRUEMethods in org.apache.jena.sparql.expr that return NodeValueModifier and TypeMethodDescriptionstatic NodeValueNodeValue.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 NodeValueExprFunction0.eval(Binding binding, FunctionEnv env) abstract NodeValueExprFunction0.eval(FunctionEnv env) final NodeValueExprFunction1.eval(Binding binding, FunctionEnv env) abstract NodeValueExprFunction1.eval(NodeValue v, FunctionEnv env) final NodeValueExprFunction2.eval(Binding binding, FunctionEnv env) abstract NodeValueExprFunction2.eval(NodeValue x, NodeValue y, FunctionEnv env) final NodeValueExprFunction3.eval(Binding binding, FunctionEnv env) abstract NodeValueExprFunction3.eval(NodeValue x, NodeValue y, NodeValue z, FunctionEnv env) abstract NodeValueExprFunctionN.eval(List<NodeValue> args, FunctionEnv env) final NodeValueExprFunctionN.eval(Binding binding, FunctionEnv env) final NodeValueExprFunctionOp.eval(Binding binding, FunctionEnv env) abstract NodeValueExprNode.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 NodeValueExprLib.evalOrNull(Expr expr, Binding binding, FunctionEnv functionEnv) Evaluate or return null.E_BNode.evalSpecial(Binding binding, FunctionEnv env) 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 NodeValueNodeValue.makeBoolean(boolean b) static NodeValuestatic NodeValuestatic NodeValueNodeValue.makeDate(XMLGregorianCalendar cal) static NodeValueNodeValue.makeDateTime(String lexicalForm) static NodeValueNodeValue.makeDateTime(Calendar cal) static NodeValueNodeValue.makeDateTime(XMLGregorianCalendar cal) static NodeValueNodeValue.makeDecimal(double d) static NodeValueNodeValue.makeDecimal(long i) static NodeValueNodeValue.makeDecimal(String lexicalForm) static NodeValueNodeValue.makeDecimal(BigDecimal d) static NodeValueNodeValue.makeDouble(double d) static NodeValueNodeValue.makeDuration(String lexicalForm) static NodeValueNodeValue.makeDuration(Duration duration) static NodeValueNodeValue.makeFloat(float f) static NodeValueNodeValue.makeInteger(long i) static NodeValueNodeValue.makeInteger(String lexicalForm) static NodeValueNodeValue.makeInteger(BigInteger i) static NodeValueNodeValue.makeLangString(String s, String lang) static NodeValuestatic NodeValuestatic NodeValueNodeValue.makeNode(String lexicalForm, RDFDatatype dtype) static NodeValuestatic NodeValueNodeValue.makeNodeBoolean(boolean b) static NodeValueNodeValue.makeNodeBoolean(String lexicalForm) static NodeValueNodeValue.makeNodeDate(String lexicalForm) static NodeValueNodeValue.makeNodeDate(Calendar date) static NodeValueNodeValue.makeNodeDateTime(String lexicalForm) static NodeValueNodeValue.makeNodeDateTime(Calendar date) static NodeValueNodeValue.makeNodeDecimal(String lexicalForm) static NodeValueNodeValue.makeNodeDecimal(BigDecimal decimal) static NodeValueNodeValue.makeNodeDouble(double v) static NodeValueNodeValue.makeNodeDouble(String lexicalForm) static NodeValueNodeValue.makeNodeDuration(Duration duration, Node node) static NodeValueNodeValue.makeNodeFloat(float f) static NodeValueNodeValue.makeNodeFloat(String lexicalForm) static NodeValueNodeValue.makeNodeInteger(long v) static NodeValueNodeValue.makeNodeInteger(String lexicalForm) static NodeValueNodeValue.makeNodeString(String string) static NodeValueNodeValue.makeSortKey(String s, String collation) static NodeValueNodeValue.makeString(String s) static NodeValueConvenience operation - parse a string to produce a NodeValue - common namespaces like xsd: are built-inMethods in org.apache.jena.sparql.expr with parameters of type NodeValueModifier and TypeMethodDescriptionstatic ValueSpaceNodeValue.classifyValueOp(NodeValue nv1, NodeValue nv2) static intCompare by value (and only value) if possible.static intNodeValue.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 intNodeValueCmp.compareAlways(NodeValue nv1, NodeValue nv2) static intNodeValueCmp.compareByValue(NodeValue nv1, NodeValue nv2) static intNodeValueCmp.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 NodeValueExprFunction1.eval(NodeValue v, FunctionEnv env) abstract NodeValueExprFunction2.eval(NodeValue x, NodeValue y, FunctionEnv env) abstract NodeValueExprFunction3.eval(NodeValue x, NodeValue y, NodeValue z, FunctionEnv env) static RegexEngineE_Regex.makeRegexEngine(NodeValue vPattern, NodeValue vFlags) static booleanDeprecated.static booleanNodeValue.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 booleanDeprecated.static booleanNodeValue.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 booleanNodeValueCmp.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 Nodestatic ValueSpaceValueSpace.valueSpace(NodeValue nv) voidvoidMethod parameters in org.apache.jena.sparql.expr with type arguments of type NodeValueModifier and TypeMethodDescriptionE_Call.eval(List<NodeValue> args, FunctionEnv env) abstract NodeValueExprFunctionN.eval(List<NodeValue> args, FunctionEnv env) -
Uses of NodeValue in org.apache.jena.sparql.expr.aggregate
Methods in org.apache.jena.sparql.expr.aggregate that return NodeValue -
Uses of NodeValue in org.apache.jena.sparql.expr.nodevalue
Subclasses of NodeValue in org.apache.jena.sparql.expr.nodevalueModifier and TypeClassDescriptionclassclassclassclassclassXSD DurationclassclassclassA NodeValue that is a lang tagged literal (rdf:langString).classA NodeValue that isn't anything else - unrecognized literals, URIs and blank nodes.final classANodeValuethat supports collation value for a string.classMethods in org.apache.jena.sparql.expr.nodevalue that return NodeValueModifier and TypeMethodDescriptionstatic NodeValuestatic NodeValueNodeValueOps.additionNV(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.adjustToTimezone(NodeValue nv1, NodeValue nv2) Adjust xsd:dateTime/xsd:date/xsd:time to a timezone.static NodeValueXSDFuncOp.booleanEffectiveValueAsNodeValue(NodeValue nv) F&O fn:booleanstatic NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.dateTimeCast(NodeValue nv, 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 NodeValueNodeValueOps.divisionNV(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.dtDateTime(NodeValue nv1, NodeValue nv2) Create an xsd:dateTime from an xsd:date and an xsd:time.static NodeValuestatic NodeValueXSDFuncOp.dtGetHours(NodeValue nv) static NodeValueXSDFuncOp.dtGetMinutes(NodeValue nv) static NodeValueXSDFuncOp.dtGetMonth(NodeValue nv) static NodeValueXSDFuncOp.dtGetSeconds(NodeValue nv) static NodeValueXSDFuncOp.dtGetTimezone(NodeValue nv) static NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.durGetDays(NodeValue nv) static NodeValueXSDFuncOp.durGetHours(NodeValue nv) static NodeValueXSDFuncOp.durGetMinutes(NodeValue nv) static NodeValueXSDFuncOp.durGetMonths(NodeValue nv) static NodeValueXSDFuncOp.durGetSeconds(NodeValue nv) static NodeValueXSDFuncOp.durGetSign(NodeValue nv) static NodeValueXSDFuncOp.durGetYears(NodeValue nv) static NodeValuestatic NodeValueF&O fn:concat (implicit cast to strings).static NodeValueXSDFuncOp.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 NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.getMinutes(NodeValue nv) static NodeValuestatic NodeValueXSDFuncOp.getSeconds(NodeValue nv) static NodeValuestatic NodeValueXSDFuncOp.implicitTimezone()Implciit Timezone // https://www.w3.org/TR/xpath-functions-3/#comp.datetimestatic NodeValueNodeValue to NodeValue, skolemizing, and converting strings to URIs.static NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.javaSprintf(NodeValue nvFormat, List<NodeValue> valuesToPrint) static NodeValueXSDFuncOp.javaSubstring(NodeValue v1, NodeValue v2) static NodeValueXSDFuncOp.javaSubstring(NodeValue nvString, NodeValue nvStart, NodeValue nvFinish) static NodeValuestatic NodeValueNodeFunctions.langMatches(NodeValue nv, String langPattern) LANGMATCHESstatic NodeValueNodeFunctions.langMatches(NodeValue nv, NodeValue nvPattern) LANGMATCHESstatic NodeValueXSDFuncOp.localSystemTimezone()Local timezone of the query engine: afn:system-timezonestatic NodeValuestatic NodeValuestatic NodeValueNodeValueOps.multiplicationNV(NodeValue nv1, NodeValue nv2) static NodeValueF&O fn:notstatic NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.numericMod(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.numIntegerDivide(NodeValue nv1, NodeValue nv2) Integer dividestatic NodeValueXSDFuncOp.numMultiply(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.numSubtract(NodeValue nv1, NodeValue nv2) static NodeValuestatic NodeValueXSDFuncOp.roundXpath3(NodeValue v, NodeValue precision, boolean isHalfEven) static NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValueSPARQL CONCAT (no implicit casts to strings)static NodeValueXSDFuncOp.strContains(NodeValue string, NodeValue match) static NodeValueNodeFunctions.strDatatype(NodeValue v1, NodeValue v2) static NodeValueXSDFuncOp.strEncodeForURI(NodeValue v) static NodeValueXSDFuncOp.strEndsWith(NodeValue string, NodeValue match) static NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.strLowerCase(NodeValue string) static NodeValueXSDFuncOp.strNormalizeSpace(NodeValue v) fn:normalizeSpacestatic NodeValueXSDFuncOp.strNormalizeUnicode(NodeValue v1, NodeValue v2) static NodeValueXSDFuncOp.strReplace(NodeValue nvStr, Pattern pattern, NodeValue nvReplacement) static NodeValueXSDFuncOp.strReplace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement) static NodeValueXSDFuncOp.strReplace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement, NodeValue nvFlags) static NodeValueXSDFuncOp.strStartsWith(NodeValue string, NodeValue match) static NodeValueXSDFuncOp.strUpperCase(NodeValue string) static NodeValueNodeFunctions.struuid()static NodeValuestatic NodeValuestatic NodeValueNodeValueOps.subtractionNV(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.unaryMinus(NodeValue nv) static NodeValuestatic NodeValueNodeFunctions.uuid()Methods in org.apache.jena.sparql.expr.nodevalue with parameters of type NodeValueModifier and TypeMethodDescriptionstatic NodeValuestatic NodeValueNodeValueOps.additionNV(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.adjustToTimezone(NodeValue nv1, NodeValue nv2) Adjust xsd:dateTime/xsd:date/xsd:time to a timezone.static booleanXSDFuncOp.booleanEffectiveValue(NodeValue nv) F&O fn:booleanstatic NodeValueXSDFuncOp.booleanEffectiveValueAsNodeValue(NodeValue nv) F&O fn:booleanstatic NodeValuestatic NodeNodeFunctions.checkAndGetStringLiteral(String label, NodeValue nv) check and get a string (may be a simple literal, literal with language tag or an XSD string).static voidNodeFunctions.checkTwoArgumentStringLiterals(String label, NodeValue arg1, NodeValue arg2) Check for string operations with primary first arg and second arg (e.g.static NumericTypeXSDFuncOp.classifyNumeric(String fName, NodeValue nv) static NumericTypeXSDFuncOp.classifyNumeric(String fName, NodeValue nv1, NodeValue nv2) static intXSDFuncOp.compareBoolean(NodeValue nv1, NodeValue nv2) static intXSDFuncOp.compareDateTime(NodeValue nv1, NodeValue nv2) static intXSDFuncOp.compareDateTimeFO(NodeValue nv1, NodeValue nv2) Strict F&O handling of compare date(times).static intXSDFuncOp.compareDateTimeXSD(NodeValue nv1, NodeValue nv2) Compare two date/times by XSD rules (dateTimes, one with and one without timezone can be indeterminate)static intXSDFuncOp.compareDuration(NodeValue nv1, NodeValue nv2) static intXSDFuncOp.compareNumeric(NodeValue nv1, NodeValue nv2) static intXSDFuncOp.compareString(NodeValue nv1, NodeValue nv2) static intXSDFuncOp.compareXSDDateTime(NodeValue nv1, NodeValue nv2) Compare date times, including "indeterminate" rather than applying locale timezonestatic NodeValuestatic NodeValueXSDFuncOp.dateTimeCast(NodeValue nv, 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 NodeValueNodeValueOps.divisionNV(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.dtDateTime(NodeValue nv1, NodeValue nv2) Create an xsd:dateTime from an xsd:date and an xsd:time.static NodeValuestatic NodeValueXSDFuncOp.dtGetHours(NodeValue nv) static NodeValueXSDFuncOp.dtGetMinutes(NodeValue nv) static NodeValueXSDFuncOp.dtGetMonth(NodeValue nv) static NodeValueXSDFuncOp.dtGetSeconds(NodeValue nv) static NodeValueXSDFuncOp.dtGetTimezone(NodeValue nv) static NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.durGetDays(NodeValue nv) static NodeValueXSDFuncOp.durGetHours(NodeValue nv) static NodeValueXSDFuncOp.durGetMinutes(NodeValue nv) static NodeValueXSDFuncOp.durGetMonths(NodeValue nv) static NodeValueXSDFuncOp.durGetSeconds(NodeValue nv) static NodeValueXSDFuncOp.durGetSign(NodeValue nv) static NodeValueXSDFuncOp.durGetYears(NodeValue nv) static NodeValuestatic NodeValueXSDFuncOp.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 NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.getMinutes(NodeValue nv) static NodeValuestatic NodeValueXSDFuncOp.getSeconds(NodeValue nv) static NodeValuestatic NodeValueNodeValue to NodeValue, skolemizing, and converting strings to URIs.static NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.javaSprintf(NodeValue nvFormat, List<NodeValue> valuesToPrint) static NodeValueXSDFuncOp.javaSubstring(NodeValue v1, NodeValue v2) static NodeValueXSDFuncOp.javaSubstring(NodeValue nvString, NodeValue nvStart, NodeValue nvFinish) static NodeValuestatic NodeValueNodeFunctions.langMatches(NodeValue nv, String langPattern) LANGMATCHESstatic NodeValueNodeFunctions.langMatches(NodeValue nv, NodeValue nvPattern) LANGMATCHESstatic NodeValuestatic NodeValuestatic NodeValueNodeValueOps.multiplicationNV(NodeValue nv1, NodeValue nv2) static NodeValueF&O fn:notstatic NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.numericMod(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.numIntegerDivide(NodeValue nv1, NodeValue nv2) Integer dividestatic NodeValueXSDFuncOp.numMultiply(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.numSubtract(NodeValue nv1, NodeValue nv2) static NodeValuestatic NodeValueXSDFuncOp.roundXpath3(NodeValue v, NodeValue precision, boolean isHalfEven) static NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.strContains(NodeValue string, NodeValue match) static NodeValueNodeFunctions.strDatatype(NodeValue v1, NodeValue v2) static NodeValueXSDFuncOp.strEncodeForURI(NodeValue v) static NodeValueXSDFuncOp.strEndsWith(NodeValue string, NodeValue match) static NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.strLowerCase(NodeValue string) static NodeValueXSDFuncOp.strNormalizeSpace(NodeValue v) fn:normalizeSpacestatic NodeValueXSDFuncOp.strNormalizeUnicode(NodeValue v1, NodeValue v2) static NodeValueXSDFuncOp.strReplace(NodeValue nvStr, Pattern pattern, NodeValue nvReplacement) static NodeValueXSDFuncOp.strReplace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement) static NodeValueXSDFuncOp.strReplace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement, NodeValue nvFlags) static NodeValueXSDFuncOp.strStartsWith(NodeValue string, NodeValue match) static NodeValueXSDFuncOp.strUpperCase(NodeValue string) static NodeValuestatic NodeValuestatic NodeValueNodeValueOps.subtractionNV(NodeValue nv1, NodeValue nv2) static NodeValueXSDFuncOp.unaryMinus(NodeValue nv) static NodeValueMethod parameters in org.apache.jena.sparql.expr.nodevalue with type arguments of type NodeValue -
Uses of NodeValue in org.apache.jena.sparql.function
Methods in org.apache.jena.sparql.function that return NodeValueModifier and TypeMethodDescriptionstatic NodeValueCastXSD.cast(NodeValue nv, XSDDatatype castType) Cast a NodeValue to an XSD datatype.Function.exec(Binding binding, ExprList args, String uri, FunctionEnv env) Test a list of values - argument will not be null but may have the wrong number of arguments.abstract NodeValueFunction call to a list of evaluated argument valuesFunctionBase.exec(Binding binding, ExprList args, String uri, FunctionEnv env) abstract NodeValueFunctionBase0.exec()final NodeValuefinal NodeValueabstract NodeValuefinal NodeValueabstract NodeValuefinal NodeValueabstract NodeValuefinal NodeValueabstract NodeValuefinal NodeValueabstract NodeValueMethods in org.apache.jena.sparql.function that return types with arguments of type NodeValueModifier and TypeMethodDescriptionFunctionBase.evalArgs(Binding binding, ExprList args, FunctionEnv env) Methods in org.apache.jena.sparql.function with parameters of type NodeValueModifier and TypeMethodDescriptionstatic NodeValueCastXSD.cast(NodeValue nv, XSDDatatype castType) Cast a NodeValue to an XSD datatype.abstract NodeValueabstract NodeValueabstract NodeValueabstract NodeValueabstract NodeValueMethod parameters in org.apache.jena.sparql.function with type arguments of type NodeValue -
Uses of NodeValue in org.apache.jena.sparql.function.library
Methods in org.apache.jena.sparql.function.library that return NodeValueModifier and TypeMethodDescriptionAFN_SystemTimezone.exec()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 NodeValuenowtz.exec()nowtz.exec(List<NodeValue> args, FunctionEnv functionEnv) pi.exec()final NodeValuestruuid.exec()SystemVar.exec()uuid.exec()version.exec()static NodeValuecontext.get(Symbol symbol, FunctionEnv env) static NodeValueSystemVar.get(Symbol symbol, FunctionEnv env) Methods in org.apache.jena.sparql.function.library with parameters of type NodeValueModifier and TypeMethodDescriptionMethod parameters in org.apache.jena.sparql.function.library with type arguments of type NodeValueModifier and TypeMethodDescriptionFN_Apply.exec(List<NodeValue> args, FunctionEnv env) final NodeValuenowtz.exec(List<NodeValue> args, FunctionEnv functionEnv) final NodeValue -
Uses of NodeValue in org.apache.jena.sparql.function.library.leviathan
Methods in org.apache.jena.sparql.function.library.leviathan that return NodeValueModifier and TypeMethodDescriptionMethods in org.apache.jena.sparql.function.library.leviathan with parameters of type NodeValueModifier and TypeMethodDescriptionMethod parameters in org.apache.jena.sparql.function.library.leviathan with type arguments of type NodeValue -
Uses of NodeValue in org.apache.jena.sparql.function.library.triple
Methods in org.apache.jena.sparql.function.library.triple that return NodeValueModifier and TypeMethodDescriptionstatic NodeValueCreate a triple term.static NodeValueTest whether aNodeValueis an triple term.static NodeValueEmbeddedTripleFunctions.tripleObject(NodeValue nv) Return the object of a triple term.static NodeValueEmbeddedTripleFunctions.triplePredicate(NodeValue nv) Return the predicate of a triple term.static NodeValueEmbeddedTripleFunctions.tripleSubject(NodeValue nv) Return the subject of a triple term.Methods in org.apache.jena.sparql.function.library.triple with parameters of type NodeValueModifier and TypeMethodDescriptionstatic NodeValueCreate a triple term.static NodeValueTest whether aNodeValueis an triple term.static NodeValueEmbeddedTripleFunctions.tripleObject(NodeValue nv) Return the object of a triple term.static NodeValueEmbeddedTripleFunctions.triplePredicate(NodeValue nv) Return the predicate of a triple term.static NodeValueEmbeddedTripleFunctions.tripleSubject(NodeValue nv) Return the subject of a triple term. -
Uses of NodeValue in org.apache.jena.sparql.function.scripting
Methods in org.apache.jena.sparql.function.scripting that return NodeValueModifier and TypeMethodDescriptionNV.nv()static NodeValueNV.toNodeValue(Object r) Map a java/GraalVM representation of a JavaScript object to an ARQNodeValue.Methods in org.apache.jena.sparql.function.scripting with parameters of type NodeValueModifier and TypeMethodDescriptionstatic ObjectNV.fromNodeValue(NodeValue nv) Map an ARQNodeValueto java/GraalVM representation of a JavaScript object.Method parameters in org.apache.jena.sparql.function.scripting with type arguments of type NodeValueConstructors in org.apache.jena.sparql.function.scripting with parameters of type NodeValue -
Uses of NodeValue in org.apache.jena.sparql.function.user
Methods in org.apache.jena.sparql.function.user that return NodeValue -
Uses of NodeValue in org.apache.jena.sparql.graph
Methods in org.apache.jena.sparql.graph with parameters of type NodeValue -
Uses of NodeValue in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type NodeValue -
Uses of NodeValue in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util that return NodeValue
sameValueAs(NodeValue, NodeValue).