Christian Glahn > XML-LibXML > XML::LibXML::Boolean

Download:
XML-LibXML-1.58_1.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  6
Stalled  8
View Bugs
Report a bug
Source   Latest Release: XML-LibXML-1.70

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".