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


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

Index


NAME

Top

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

DESCRIPTION

Top

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

API

Top

XML::XPath::Boolean->True

Creates a new Boolean object with a true value.

XML::XPath::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-XPath documentation  | view source Contained in the XML-XPath distribution.