Class FN
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.FN
Defines constants for the standard XPath functions.
- Author:
- Jeen Broekstra
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
fn:concatstatic final IRI
fn:containsstatic final IRI
fn:day-from-dateTimestatic final IRI
fn:encode-for-uristatic final IRI
fn:ends-withstatic final IRI
fn:hours-from-dateTimestatic final IRI
fn:lower-casestatic final IRI
fn:minutes-from-dateTimestatic final IRI
fn:month-from-dateTimestatic final String
The XPath functions namespace ( http://www.w3.org/2005/xpath-functions#).static final Namespace
An immutableNamespace
constant that represents the XPath Functions namespace.static final IRI
fn:numeric-absstatic final IRI
fn:numeric-ceilstatic final IRI
fn:numeric-floorstatic final IRI
fn:numeric-roundstatic final String
Recommended prefix for the XPath Functions namespace: "fn"static final IRI
fn:replacestatic final IRI
fn:seconds-from-dateTimestatic final IRI
fn:starts-withstatic final IRI
fn:string-lengthstatic final IRI
fn:substringstatic final IRI
fn:substring-afterstatic final IRI
fn:substring-beforestatic final IRI
fn:timezone-from-dateTimestatic final IRI
fn:upper-casestatic final IRI
fn:year-from-dateTime -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The XPath functions namespace ( http://www.w3.org/2005/xpath-functions#).- See Also:
-
PREFIX
Recommended prefix for the XPath Functions namespace: "fn"- See Also:
-
NS
An immutableNamespace
constant that represents the XPath Functions namespace. -
CONCAT
fn:concat -
CONTAINS
fn:contains -
DAY_FROM_DATETIME
fn:day-from-dateTime -
ENCODE_FOR_URI
fn:encode-for-uri -
ENDS_WITH
fn:ends-with -
HOURS_FROM_DATETIME
fn:hours-from-dateTime -
LOWER_CASE
fn:lower-case -
MINUTES_FROM_DATETIME
fn:minutes-from-dateTime -
MONTH_FROM_DATETIME
fn:month-from-dateTime -
NUMERIC_ABS
fn:numeric-abs -
NUMERIC_CEIL
fn:numeric-ceil -
NUMERIC_FLOOR
fn:numeric-floor -
NUMERIC_ROUND
fn:numeric-round -
REPLACE
fn:replace -
SECONDS_FROM_DATETIME
fn:seconds-from-dateTime -
STARTS_WITH
fn:starts-with -
STRING_LENGTH
fn:string-length -
SUBSTRING
fn:substring -
SUBSTRING_BEFORE
fn:substring-before -
SUBSTRING_AFTER
fn:substring-after -
TIMEZONE_FROM_DATETIME
fn:timezone-from-dateTime -
UPPER_CASE
fn:upper-case -
YEAR_FROM_DATETIME
fn:year-from-dateTime
-
-
Constructor Details
-
FN
public FN()
-