table of contents
Tree::XPathEngine::Boolean(3pm) | User Contributed Perl Documentation | Tree::XPathEngine::Boolean(3pm) |
NAME¶
Tree::XPathEngine::Boolean - Boolean true/false values
DESCRIPTION¶
Tree::XPathEngine::Boolean objects implement simple boolean true/false objects.
API¶
Tree::XPathEngine::Boolean->_true¶
Creates a new Boolean object with a true value.
Tree::XPathEngine::Boolean->_false¶
Creates a new Boolean object with a false value.
value()¶
Returns true or false.
xpath_to_literal()¶
Returns the string "true" or "false".
xpath_string_value¶
xpath_cmp¶
xpath_to_boolean¶
xpath_to_number¶
2022-11-20 | perl v5.36.0 |