logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XML::LibXML::Boolean - Boolean true/false values

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

perl v5.40.1                                       2025-06-09                          XML::LibXML::Boolean(3pm)

Description

       XML::LibXML::Boolean objects implement simple boolean true/false objects.

Name

       XML::LibXML::Boolean - Boolean true/false values

See Also