Methods
Modifier and Type |
Method and Description |
static NodeValue |
abs(NodeValue nv) |
static boolean |
booleanEffectiveValue(NodeValue nv) |
static NodeValue |
booleanEffectiveValueAsNodeValue(NodeValue nv) |
static NodeValue |
ceiling(NodeValue v) |
static com.hp.hpl.jena.sparql.expr.nodevalue.NumericType |
classifyNumeric(String fName,
NodeValue nv) |
static com.hp.hpl.jena.sparql.expr.nodevalue.NumericType |
classifyNumeric(String fName,
NodeValue nv1,
NodeValue nv2) |
static int |
compareBoolean(NodeValue nv1,
NodeValue nv2) |
static int |
compareDateTime(NodeValue nv1,
NodeValue nv2) |
static int |
compareDuration(NodeValue nv1,
NodeValue nv2) |
static int |
compareGDay(NodeValue nv1,
NodeValue nv2) |
static int |
compareGMonth(NodeValue nv1,
NodeValue nv2) |
static int |
compareGMonthDay(NodeValue nv1,
NodeValue nv2) |
static int |
compareGYear(NodeValue nv1,
NodeValue nv2) |
static int |
compareGYearMonth(NodeValue nv1,
NodeValue nv2) |
static int |
compareNumeric(NodeValue nv1,
NodeValue nv2) |
static int |
compareString(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
dateTimeCast(NodeValue nv,
RDFDatatype rdfDatatype)
|
static NodeValue |
dateTimeCast(NodeValue nv,
String typeURI)
|
static NodeValue |
dateTimeCast(NodeValue nv,
XSDDatatype xsd)
|
static boolean |
dateTimeCastCompatible(NodeValue nv,
XSDDatatype xsd) |
static NodeValue |
dtGetDay(NodeValue nv) |
static NodeValue |
dtGetHours(NodeValue nv) |
static NodeValue |
dtGetMinutes(NodeValue nv) |
static NodeValue |
dtGetMonth(NodeValue nv) |
static NodeValue |
dtGetSeconds(NodeValue nv) |
static NodeValue |
dtGetTimezone(NodeValue nv) |
static NodeValue |
dtGetTZ(NodeValue nv) |
static NodeValue |
dtGetYear(NodeValue nv) |
static NodeValue |
durGetDays(NodeValue nv) |
static NodeValue |
durGetHours(NodeValue nv) |
static NodeValue |
durGetMinutes(NodeValue nv) |
static NodeValue |
durGetMonths(NodeValue nv) |
static NodeValue |
durGetSeconds(NodeValue nv) |
static NodeValue |
durGetSign(NodeValue nv) |
static NodeValue |
durGetYears(NodeValue nv) |
static NodeValue |
floor(NodeValue v) |
static NodeValue |
fnConcat(List<NodeValue> args) |
static boolean |
isDayTime(Duration dur) |
static boolean |
isDecimalType(XSDDatatype xsdDatatype) |
static boolean |
isIntegerType(XSDDatatype xsdDatatype) |
static boolean |
isNumericType(XSDDatatype xsdDatatype) |
static boolean |
isYearMonth(Duration dur) |
static NodeValue |
javaSubstring(NodeValue v1,
NodeValue v2) |
static NodeValue |
javaSubstring(NodeValue nvString,
NodeValue nvStart,
NodeValue nvFinish) |
static NodeValue |
max(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
min(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
not(NodeValue nv) |
static NodeValue |
numAdd(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
numDivide(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
numMultiply(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
numSubtract(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
round(NodeValue v) |
static NodeValue |
sqrt(NodeValue v) |
static NodeValue |
strAfter(NodeValue string,
NodeValue match) |
static NodeValue |
strBefore(NodeValue string,
NodeValue match) |
static NodeValue |
strConcat(List<NodeValue> args) |
static NodeValue |
strContains(NodeValue string,
NodeValue match) |
static NodeValue |
strEncodeForURI(NodeValue v) |
static NodeValue |
strEndsWith(NodeValue string,
NodeValue match) |
static NodeValue |
strlen(NodeValue nvString) |
static NodeValue |
strLowerCase(NodeValue string) |
static NodeValue |
strReplace(NodeValue nvStr,
NodeValue nvPattern,
NodeValue nvReplacement) |
static NodeValue |
strReplace(NodeValue nvStr,
NodeValue nvPattern,
NodeValue nvReplacement,
NodeValue nvFlags) |
static NodeValue |
strReplace(NodeValue nvStr,
Pattern pattern,
NodeValue nvReplacement) |
static NodeValue |
strStartsWith(NodeValue string,
NodeValue match) |
static NodeValue |
strUpperCase(NodeValue string) |
static NodeValue |
substring(NodeValue v1,
NodeValue v2) |
static NodeValue |
substring(NodeValue nvString,
NodeValue nvStart,
NodeValue nvLength) |
static NodeValue |
unaryMinus(NodeValue nv) |
static NodeValue |
unaryPlus(NodeValue nv) |