1XPath::Number(3) User Contributed Perl Documentation XPath::Number(3)
2
3
4
6 XML::XPath::Number - Simple numeric values.
7
9 This class holds simple numeric values. It doesn't support -0, +/-
10 Infinity, or NaN, as the XPath spec says it should, but I'm not hurting
11 anyone I don't think.
12
14 new($num)
15
16 Creates a new XML::XPath::Number object, with the value in $num. Does
17 some rudimentary numeric checking on $num to ensure it actually is a
18 number.
19
20 value()
21
22 Also as overloaded stringification. Returns the numeric value held.
23
24
25
26perl v5.8.8 2001-06-12 XPath::Number(3)