1XPath::Boolean(3)     User Contributed Perl Documentation    XPath::Boolean(3)
2
3
4

NAME

6       XML::XPath::Boolean - Boolean true/false values
7

DESCRIPTION

9       XML::XPath::Boolean objects implement simple boolean true/false
10       objects.
11

API

13       XML::XPath::Boolean->True
14
15       Creates a new Boolean object with a true value.
16
17       XML::XPath::Boolean->False
18
19       Creates a new Boolean object with a false value.
20
21       value()
22
23       Returns true or false.
24
25       to_literal()
26
27       Returns the string "true" or "false".
28
29
30
31perl v5.8.8                       2001-06-12                 XPath::Boolean(3)
Impressum