false

The boolean value false

Description

The fn:false function, which takes no arguments, is useful for constructing the boolean value false. XQueryXPath uses the fn:false() and fn:true() functions instead of keywords false and true.

Examples

XPath

Results

false()

false

See Also