|
NAMEXML::XPath::Boolean - Boolean true/false valuesDESCRIPTIONXML::XPath::Boolean objects implement simple boolean true/false objects.APIXML::XPath::Boolean->TrueCreates a new Boolean object with a true value.XML::XPath::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. |