The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::Query::Functions::Xpath - XPath functions

VERSION

This document describes RDF::Query::Functions::Xpath version 2.918.

DESCRIPTION

Defines the following function:

  • http://www.w3.org/2005/xpath-functions#matches

  • http://www.w3.org/2005/xpath-functions#abs

  • http://www.w3.org/2005/xpath-functions#ceiling

  • http://www.w3.org/2005/xpath-functions#floor

  • http://www.w3.org/2005/xpath-functions#round

  • http://www.w3.org/2005/xpath-functions#round-half-to-even

  • http://www.w3.org/2005/xpath-functions#compare

  • http://www.w3.org/2005/xpath-functions#concat

  • http://www.w3.org/2005/xpath-functions#substring

  • http://www.w3.org/2005/xpath-functions#string-length

  • http://www.w3.org/2005/xpath-functions#upper-case

  • http://www.w3.org/2005/xpath-functions#lower-case

  • http://www.w3.org/2005/xpath-functions#encode-for-uri

  • http://www.w3.org/2005/xpath-functions#contains

  • http://www.w3.org/2005/xpath-functions#starts-with

  • http://www.w3.org/2005/xpath-functions#ends-with

  • http://www.w3.org/2005/xpath-functions#year-from-dateTime

  • http://www.w3.org/2005/xpath-functions#month-from-dateTime

  • http://www.w3.org/2005/xpath-functions#day-from-dateTime

  • http://www.w3.org/2005/xpath-functions#hours-from-dateTime

  • http://www.w3.org/2005/xpath-functions#minutes-from-dateTime

  • http://www.w3.org/2005/xpath-functions#seconds-from-dateTime

  • http://www.w3.org/2005/xpath-functions#timezone-from-dateTime

AUTHOR

 Gregory Williams <gwilliams@cpan.org>.