table of contents
other versions
- Tumbleweed 1.490.0-1.1
- Leap-16.0
- Leap-15.6
| XML::XPath::Boolean(3) | User Contributed Perl Documentation | XML::XPath::Boolean(3) |
NAME¶
XML::XPath::Boolean - Boolean true/false values
DESCRIPTION¶
XML::XPath::Boolean objects implement simple boolean true/false objects.
API¶
XML::XPath::Boolean->True¶
Creates a new Boolean object with a true value.
XML::XPath::Boolean->False¶
Creates a new Boolean object with a false value.
value()¶
Returns true or false.
to_literal()¶
Returns the string "true" or "false".
| 2026-03-29 | perl v5.42.0 |