Package: xpath

Function boolean-value

Lambda List

boolean-value (value)

Arguments

  • value -- value of an XPath-supported type or an XML node

Return Value

an XPath boolean

Details

Returns the value of XPath boolean() function.

For XML nodes returns the value of XPath boolean() function applied to the result of calling string-value for the specified value.
 

See also