XML::LibXML::Boolean - Boolean true/false values
Please see following description for synopsis
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".
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-------------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-------------------------------+
|Availability | library/perl-5/xml-libxml-532 |
+---------------+-------------------------------+
|Stability | Volatile |
+---------------+-------------------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-
LibXML-2.0201.tar.gz.
Further information about this software can be found on the open source
community website at http://search.cpan.org/~shlomif/XML-LibXML/.
perl v5.32.0 2019-05-25 XML::LibXML::Boolean(3)