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
FieldsModifier and TypeFieldDescriptionstatic final IRIfn:concatstatic final IRIfn:containsstatic final IRIfn:day-from-dateTimestatic final IRIfn:encode-for-uristatic final IRIfn:ends-withstatic final IRIfn:hours-from-dateTimestatic final IRIfn:lower-casestatic final IRIfn:minutes-from-dateTimestatic final IRIfn:month-from-dateTimestatic final StringThe XPath functions namespace ( http://www.w3.org/2005/xpath-functions#).static final NamespaceAn immutableNamespaceconstant that represents the XPath Functions namespace.static final IRIfn:numeric-absstatic final IRIfn:numeric-ceilstatic final IRIfn:numeric-floorstatic final IRIfn:numeric-roundstatic final StringRecommended prefix for the XPath Functions namespace: "fn"static final IRIfn:replacestatic final IRIfn:seconds-from-dateTimestatic final IRIfn:starts-withstatic final IRIfn:string-lengthstatic final IRIfn:substringstatic final IRIfn:substring-afterstatic final IRIfn:substring-beforestatic final IRIfn:timezone-from-dateTimestatic final IRIfn:upper-casestatic final IRIfn:year-from-dateTime - 
Constructor Summary
Constructors - 
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
 - 
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() 
 -