| XML-XPath documentation | view source | Contained in the XML-XPath distribution. |
XML::XPath::Boolean - Boolean true/false values
XML::XPath::Boolean objects implement simple boolean true/false objects.
Creates a new Boolean object with a true value.
Creates a new Boolean object with a false value.
Returns true or false.
Returns the string "true" or "false".
| XML-XPath documentation | view source | Contained in the XML-XPath distribution. |