XML::XPath::Boolean

Section: User Contributed Perl Documentation (3)
Updated: 2021-01-27
Page Index
 

NAME

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

DESCRIPTION

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

API

 

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''.


 

Index

NAME
DESCRIPTION
API
XML::XPath::Boolean->True
XML::XPath::Boolean->False
value()
to_literal()