XML::XPathEngine::Boolean - Boolean true/false values


XML-XPathEngine documentation  | view source Contained in the XML-XPathEngine distribution.

Index


NAME

Top

XML::XPathEngine::Boolean - Boolean true/false values

DESCRIPTION

Top

XML::XPathEngine::Boolean objects implement simple boolean true/false objects.

API

Top

XML::XPathEngine::Boolean->True

Creates a new Boolean object with a true value.

XML::XPathEngine::Boolean->False

Creates a new Boolean object with a false value.

value()

Returns true or false.

to_literal()

Returns the string "true" or "false".


XML-XPathEngine documentation  | view source Contained in the XML-XPathEngine distribution.