logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XML::XPath::Functions - implementations of XPath functions

Description

       XPath 1.0 and some later functions are supported.

       Note that functions that take regular expressions use Perl-syntax REs, not the language described in the
       XPath spec.

Functions

NODESETFUNCTIONS
       •   "last()"

       •   "position()"

       •   "count()"

       •   "id()"

       •   "local-name()"

       •   "name()"

       •   "namespace-uri()"

   STRINGFUNCTIONSFunctionsOnStringValues

       •   "string()"

       •   "concat()"

       •   "substring()"

       •   "string-length()"

       •   "normalize-space()"

       •   "translate()"

       FunctionsBasedonSubstringMatching

       •   "contains()"

       •   "starts-with()"

       •   "substring-before()"

       •   "substring-after()"

       StringFunctionsthatUsePatternMatching

       •   "matches()"

   BOOLEANFUNCTIONS
       •   "boolean()"

       •   "not()"

       •   "true()"

       •   "false()"

       •   "lang()"

   NUMBERFUNCTIONS
       •   "number()"

       •   "sum()"

       •   "floor()"

       •   "ceiling()"

       •   "round()"

perl v5.34.0                                       2022-08-13                          XML::XPath::Function(3pm)

Name

       XML::XPath::Functions - implementations of XPath functions

See Also