|
NAMEXML::LibXML::Boolean - Boolean true/false valuesDESCRIPTIONXML::LibXML::Boolean objects implement simple boolean true/false objects.APIXML::LibXML::Boolean->TrueCreates a new Boolean object with a true value.XML::LibXML::Boolean->FalseCreates a new Boolean object with a false value.value()Returns true or false.to_literal()Returns the string "true" or "false".
Visit the GSP FreeBSD Man Page Interface. |