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_BNode.BNode0.eval(FunctionEnv env) 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.BNode1.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.makeDirLangString(String s, String lang, String langDir) static NodeValueNodeValue.makeDirLangString(String s, String lang, org.apache.jena.graph.TextDirection textDirection) 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 NodeValuestatic NodeValueNodeValue.makeNode(org.apache.jena.graph.Node node) static 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, org.apache.jena.graph.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 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 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 org.apache.jena.graph.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 is a lang tagged literal with base direction (rdf:dirLangString).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) Add twoNodeValues, with all the extra datatypes and extensions supported.static NodeValueXSDFuncOp.adjustToTimezone(NodeValue nv1, NodeValue nv2) Adjust xsd:dateTime/xsd:date/xsd:time to a timezone.static NodeValueXSDFuncOp.booleanEffectiveValueAsNodeValue(NodeValue nv) Deprecated, for removal: This API element is subject to removal in a future version.static NodeValueNodeValueDigest.calculateDigest(NodeValue nv, String digestName) Calculate digest of a string literals.static NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.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 NodeValueNodeValueOps.divisionNV(NodeValue nv1, NodeValue nv2) Divide twoNodeValues, with all the extra datatypes and extensions supported.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 NodeValueXSDFuncOp.effectiveBooleanValueAsNodeValue(NodeValue nv) F&O fn:booleanstatic 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 NodeValueCalculate digest of a string literals by function name or namespace fragment without the @code #}.static NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.getMinutes(NodeValue nv) static NodeValuestatic NodeValueXSDFuncOp.getSeconds(NodeValue nv) static NodeValuestatic NodeValuestatic NodeValueNodeFunctions.hasLangDir(NodeValue nv) static 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 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 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) Multiple twoNodeValues, with all the extra datatypes and extensions supported.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 NodeValueNodeFunctions.strLangDir(NodeValue v1, NodeValue v2, NodeValue v3) static 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) Subtract twoNodeValues, with all the extra datatypes and extensions supported.static NodeValueXSDFuncOp.unaryMinus(NodeValue nv) static NodeValuestatic NodeValueNodeFunctions.uuid()static NodeValueARQFuncOp.version()The return version information as a human-readable string.Methods in org.apache.jena.sparql.expr.nodevalue with parameters of type NodeValueModifier and TypeMethodDescriptionstatic NodeValuestatic NodeValueNodeValueOps.additionNV(NodeValue nv1, NodeValue nv2) Add twoNodeValues, with all the extra datatypes and extensions supported.static NodeValueXSDFuncOp.adjustToTimezone(NodeValue nv1, NodeValue nv2) Adjust xsd:dateTime/xsd:date/xsd:time to a timezone.static booleanXSDFuncOp.booleanEffectiveValue(NodeValue nv) Deprecated, for removal: This API element is subject to removal in a future version.static NodeValueXSDFuncOp.booleanEffectiveValueAsNodeValue(NodeValue nv) Deprecated, for removal: This API element is subject to removal in a future version.static NodeValueNodeValueDigest.calculateDigest(NodeValue nv, String digestName) Calculate digest of a string literals.static NodeValuestatic org.apache.jena.graph.NodeNodeValueOps.checkAndGetStringLiteral(String label, NodeValue nv) check and get a string (may be a simple literal, literal with language tag or an XSD string).static voidNodeValueOps.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, 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 NodeValueNodeValueOps.divisionNV(NodeValue nv1, NodeValue nv2) Divide twoNodeValues, with all the extra datatypes and extensions supported.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 booleanXSDFuncOp.effectiveBooleanValue(NodeValue nv) Effective Boolean Valuestatic NodeValueXSDFuncOp.effectiveBooleanValueAsNodeValue(NodeValue nv) F&O fn:booleanstatic 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 NodeValueCalculate digest of a string literals by function name or namespace fragment without the @code #}.static NodeValuestatic NodeValuestatic NodeValueXSDFuncOp.getMinutes(NodeValue nv) static NodeValuestatic NodeValueXSDFuncOp.getSeconds(NodeValue nv) static NodeValuestatic NodeValuestatic NodeValueNodeFunctions.hasLangDir(NodeValue nv) static NodeValueNodeValue to NodeValue, skolemizing, and converting strings to URIs.static NodeValuestatic 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 NodeValuestatic NodeValueNodeFunctions.langMatches(NodeValue nv, String langPattern) LANGMATCHESstatic NodeValueNodeFunctions.langMatches(NodeValue nv, NodeValue nvPattern) LANGMATCHESstatic NodeValuestatic NodeValuestatic NodeValueNodeValueOps.multiplicationNV(NodeValue nv1, NodeValue nv2) Multiple twoNodeValues, with all the extra datatypes and extensions supported.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 NodeValueNodeFunctions.strLangDir(NodeValue v1, NodeValue v2, NodeValue v3) static 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) Subtract twoNodeValues, with all the extra datatypes and extensions supported.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.expr.urifunctions
Methods in org.apache.jena.sparql.expr.urifunctions that return NodeValueModifier and TypeMethodDescriptionstatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValueSPARQLFuncOp.sparql_abs(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_bnode()static NodeValueSPARQLFuncOp.sparql_ceil(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_concat(NodeValue... args) static NodeValueSPARQLFuncOp.sparql_contains(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_datatype(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_day(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_divide(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_encode(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_equals(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_floor(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_function_and(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_function_not(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_function_or(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_greaterThan(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_greaterThanOrEqual(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_haslang(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_haslangdir(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_hours(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_iri(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isBlank(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isIRI(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isLiteral(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isNumeric(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isTriple(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isURI(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_lang(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_langdir(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_langMatches(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_lcase(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_lessThan(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_lessThanOrEqual(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_md5(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_minutes(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_month(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_multiply(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_not_equals(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_now()static NodeValueSPARQLFuncOp.sparql_object(NodeValue tripleTerm) static NodeValueSPARQLFuncOp.sparql_plus(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_predicate(NodeValue tripleTerm) static NodeValueSPARQLFuncOp.sparql_rand()static NodeValueSPARQLFuncOp.sparql_regex(NodeValue string, NodeValue pattern) static NodeValueSPARQLFuncOp.sparql_regex(NodeValue string, NodeValue pattern, NodeValue flags) static NodeValueSPARQLFuncOp.sparql_replace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement) static NodeValueSPARQLFuncOp.sparql_replace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement, NodeValue envFlags) static NodeValueSPARQLFuncOp.sparql_round(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sameTerm(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_sameValue(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_seconds(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha1(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha224(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha256(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha384(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha512(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_str(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_strafter(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strbefore(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strdt(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strends(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strlang(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strlangdir(NodeValue nv1, NodeValue nv2, NodeValue nv3) static NodeValueSPARQLFuncOp.sparql_strlen(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_strstarts(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_struuid()static NodeValueSPARQLFuncOp.sparql_subject(NodeValue tripleTerm) static NodeValueSPARQLFuncOp.sparql_substr(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_substr(NodeValue nv1, NodeValue nv2, NodeValue nv3) static NodeValueSPARQLFuncOp.sparql_subtract(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_timezone(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_triple(NodeValue s, NodeValue p, NodeValue o) static NodeValuestatic NodeValueSPARQLFuncOp.sparql_ucase(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_unary_minus(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_unary_plus(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_uri(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_uuid()static NodeValueSPARQLFuncOp.sparql_year(NodeValue nv) Methods in org.apache.jena.sparql.expr.urifunctions with parameters of type NodeValueModifier and TypeMethodDescriptionstatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValuestatic NodeValueSPARQLFuncOp.sparql_abs(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_ceil(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_concat(NodeValue... args) static NodeValueSPARQLFuncOp.sparql_contains(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_datatype(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_day(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_divide(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_encode(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_equals(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_floor(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_function_and(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_function_not(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_function_or(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_greaterThan(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_greaterThanOrEqual(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_haslang(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_haslangdir(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_hours(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_iri(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isBlank(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isIRI(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isLiteral(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isNumeric(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isTriple(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_isURI(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_lang(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_langdir(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_langMatches(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_lcase(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_lessThan(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_lessThanOrEqual(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_md5(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_minutes(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_month(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_multiply(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_not_equals(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_object(NodeValue tripleTerm) static NodeValueSPARQLFuncOp.sparql_plus(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_predicate(NodeValue tripleTerm) static NodeValueSPARQLFuncOp.sparql_regex(NodeValue string, NodeValue pattern) static NodeValueSPARQLFuncOp.sparql_regex(NodeValue string, NodeValue pattern, NodeValue flags) static NodeValueSPARQLFuncOp.sparql_replace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement) static NodeValueSPARQLFuncOp.sparql_replace(NodeValue nvStr, NodeValue nvPattern, NodeValue nvReplacement, NodeValue envFlags) static NodeValueSPARQLFuncOp.sparql_round(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sameTerm(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_sameValue(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_seconds(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha1(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha224(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha256(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha384(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_sha512(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_str(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_strafter(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strbefore(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strdt(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strends(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strlang(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_strlangdir(NodeValue nv1, NodeValue nv2, NodeValue nv3) static NodeValueSPARQLFuncOp.sparql_strlen(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_strstarts(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_subject(NodeValue tripleTerm) static NodeValueSPARQLFuncOp.sparql_substr(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_substr(NodeValue nv1, NodeValue nv2, NodeValue nv3) static NodeValueSPARQLFuncOp.sparql_subtract(NodeValue nv1, NodeValue nv2) static NodeValueSPARQLFuncOp.sparql_timezone(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_triple(NodeValue s, NodeValue p, NodeValue o) static NodeValuestatic NodeValueSPARQLFuncOp.sparql_ucase(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_unary_minus(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_unary_plus(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_uri(NodeValue nv) static NodeValueSPARQLFuncOp.sparql_year(NodeValue nv) Method parameters in org.apache.jena.sparql.expr.urifunctions 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 NodeValueCast a NodeValue to an XSD datatype.Function.exec(Binding binding, ExprList args, String uri, FunctionEnv env) Call a function.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 with parameters of type NodeValueModifier and TypeMethodDescriptionstatic NodeValueCast 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()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 NodeValuenowtz.exec()nowtz.exec(List<NodeValue> args, FunctionEnv functionEnv) pi.exec()final NodeValuestruuid.exec()SystemVar.exec()SystemVar.exec(List<NodeValue> args, FunctionEnv env) 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 TypeMethodDescriptioncontext.exec(List<NodeValue> args, FunctionEnv env) FN_Apply.exec(List<NodeValue> args, FunctionEnv env) final NodeValuenowtz.exec(List<NodeValue> args, FunctionEnv functionEnv) final NodeValueSystemVar.exec(List<NodeValue> args, FunctionEnv env) -
Uses of NodeValue in org.apache.jena.sparql.function.library.cdt
Methods in org.apache.jena.sparql.function.library.cdt that return NodeValueModifier and TypeMethodDescriptionstatic final NodeValueCDTLiteralFunctionUtils.createNodeValue(List<CDTValue> list) Creates aNodeValuewith a cdt:List literal that represents the given list.static final NodeValueCDTLiteralFunctionUtils.createNodeValue(Map<CDTKey, CDTValue> map) Creates aNodeValuewith 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) Methods in org.apache.jena.sparql.function.library.cdt with parameters of type NodeValueModifier and TypeMethodDescriptionCDTLiteralFunctionUtils.checkAndGetList(NodeValue nv) CDTLiteralFunctionUtils.checkAndGetMap(NodeValue nv) Method parameters in org.apache.jena.sparql.function.library.cdt with type arguments of type 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 NodeValueTripleTermOps.tripleObject(NodeValue nv) Return the object of a triple term.static NodeValueTripleTermOps.triplePredicate(NodeValue nv) Return the predicate of a triple term.static NodeValueTripleTermOps.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 NodeValueTripleTermOps.tripleObject(NodeValue nv) Return the object of a triple term.static NodeValueTripleTermOps.triplePredicate(NodeValue nv) Return the predicate of a triple term.static NodeValueTripleTermOps.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 TypeMethodDescriptionScriptFunction.exec(List<NodeValue> args, FunctionEnv env) NV.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.sse
Methods in org.apache.jena.sparql.sse that return NodeValueModifier and TypeMethodDescriptionstatic NodeValueSSE.parseNodeValue(String str) Parse a string to obtain aNodeValue.static NodeValueSSE.parseNodeValue(String str, org.apache.jena.shared.PrefixMapping pmap) Parse a string to obtain aNodeValue. -
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
XSDFuncOp.effectiveBooleanValueAsNodeValue(org.apache.jena.sparql.expr.NodeValue).