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