| XML-XPathEngine documentation | view source | Contained in the XML-XPathEngine distribution. |
XML::XPathEngine::Boolean - Boolean true/false values
XML::XPathEngine::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-XPathEngine documentation | view source | Contained in the XML-XPathEngine distribution. |