Class FN
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.FN
Defines constants for the standard XPath functions.
- Author:
- Jeen Broekstra
- See Also:
- XPath functions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic IRI
fn:concatstatic IRI
fn:containsstatic IRI
fn:day-from-dateTimestatic IRI
fn:encode-for-uristatic IRI
fn:ends-withstatic IRI
fn:hours-from-dateTimestatic IRI
fn:lower-casestatic IRI
fn:minutes-from-dateTimestatic IRI
fn:month-from-dateTimestatic String
The XPath functions namespace ( http://www.w3.org/2005/xpath-functions#).static Namespace
An immutableNamespace
constant that represents the XPath Functions namespace.static IRI
fn:numeric-absstatic IRI
fn:numeric-ceilstatic IRI
fn:numeric-floorstatic IRI
fn:numeric-roundstatic String
Recommended prefix for the XPath Functions namespace: "fn"static IRI
fn:replacestatic IRI
fn:seconds-from-dateTimestatic IRI
fn:starts-withstatic IRI
fn:string-lengthstatic IRI
fn:substringstatic IRI
fn:substring-afterstatic IRI
fn:substring-beforestatic IRI
fn:timezone-from-dateTimestatic IRI
fn:upper-casestatic IRI
fn:year-from-dateTime -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
The XPath functions namespace ( http://www.w3.org/2005/xpath-functions#).- See Also:
- Constant Field Values
-
PREFIX
Recommended prefix for the XPath Functions namespace: "fn"- See Also:
- Constant Field Values
-
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()
-