XML::XPathEngine::Boolean (3)
Leading comments
Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
Standard preamble:
========================================================================
(The comments found at the beginning of the groff file "man3/XML::XPathEngine::Boolean.3pm".)
NAME
XML::XPathEngine::Boolean - Boolean true/false values
DESCRIPTION
XML::XPathEngine::Boolean objects implement simple boolean true/false objects.
API
XML::XPathEngine::Boolean->True
Creates a new Boolean object with a true value.
XML::XPathEngine::Boolean->False
Creates a new Boolean object with a false value.
value()
Returns true or false.
to_literal()
Returns the string ``true'' or ``false''.