table of contents
other versions
- Tumbleweed 2.0210-3.1
- Leap-16.0
- Leap-15.6
XML::LibXML::Boolean(3) | User Contributed Perl Documentation | XML::LibXML::Boolean(3) |
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".
2025-06-24 | perl v5.40.2 |