Query: xml::libxml::boolean
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML::LibXML::Boolean(3pm) User Contributed Perl Documentation XML::LibXML::Boolean(3pm)NAMEXML::LibXML::Boolean - Boolean true/false valuesDESCRIPTIONXML::LibXML::Boolean objects implement simple boolean true/false objects.APIXML::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.14.2 2012-06-20 XML::LibXML::Boolean(3pm)