XML::XPath::Functions - implementations of XPath functions
Contents
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
