1XML::XPath::Function(3)User Contributed Perl DocumentatioXnML::XPath::Function(3)
2
3
4

NAME

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

DESCRIPTION

9       XPath 1.0 and some later functions are supported.
10
11       Note that functions that take regular expressions use Perl-syntax REs,
12       not the language described in the XPath spec.
13

FUNCTIONS

15   NODESET FUNCTIONS
16       •   last()
17
18       •   position()
19
20       •   count()
21
22       •   id()
23
24       •   "local-name()"
25
26       •   name()
27
28       •   "namespace-uri()"
29
30   STRING FUNCTIONS
31       Functions On String Values
32
33       •   string()
34
35       •   concat()
36
37       •   substring()
38
39       •   "string-length()"
40
41       •   "normalize-space()"
42
43       •   translate()
44
45       Functions Based on Substring Matching
46
47       •   contains()
48
49       •   "starts-with()"
50
51       •   "substring-before()"
52
53       •   "substring-after()"
54
55       String Functions that Use Pattern Matching
56
57       •   matches()
58
59   BOOLEAN FUNCTIONS
60       •   boolean()
61
62       •   not()
63
64       •   true()
65
66       •   false()
67
68       •   lang()
69
70   NUMBER FUNCTIONS
71       •   number()
72
73       •   sum()
74
75       •   floor()
76
77       •   ceiling()
78
79       •   round()
80
81
82
83perl v5.36.0                      2023-01-20           XML::XPath::Function(3)
Impressum